Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / DataEntity / System / Data / ObjectNotFoundException.cs / 1 / ObjectNotFoundException.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], nkline //--------------------------------------------------------------------- namespace System.Data { using System; using System.Data; using System.Runtime.Serialization; using System.Security.Permissions; ////// This exception is thrown when a requested object is not found in the store. /// [Serializable] public sealed class ObjectNotFoundException : DataException { ////// Initializes a new instance of ObjectNotFoundException /// public ObjectNotFoundException() : base() { } ////// Initializes a new instance of ObjectNotFoundException /// /// public ObjectNotFoundException(string message) : base(message) { } ////// Constructor that takes a message and an inner exception /// /// /// public ObjectNotFoundException(string message, Exception innerException) : base(message, innerException) { } ////// Initializes a new instance of ObjectNotFoundException /// /// /// private ObjectNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....], nkline //--------------------------------------------------------------------- namespace System.Data { using System; using System.Data; using System.Runtime.Serialization; using System.Security.Permissions; ////// This exception is thrown when a requested object is not found in the store. /// [Serializable] public sealed class ObjectNotFoundException : DataException { ////// Initializes a new instance of ObjectNotFoundException /// public ObjectNotFoundException() : base() { } ////// Initializes a new instance of ObjectNotFoundException /// /// public ObjectNotFoundException(string message) : base(message) { } ////// Constructor that takes a message and an inner exception /// /// /// public ObjectNotFoundException(string message, Exception innerException) : base(message, innerException) { } ////// Initializes a new instance of ObjectNotFoundException /// /// /// private ObjectNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ThicknessKeyFrameCollection.cs
- DelimitedListTraceListener.cs
- ChtmlFormAdapter.cs
- CodeDelegateCreateExpression.cs
- PropertyDescriptorGridEntry.cs
- DynamicValidatorEventArgs.cs
- TextViewSelectionProcessor.cs
- WebPartAddingEventArgs.cs
- CompilationUtil.cs
- SpellerHighlightLayer.cs
- FunctionNode.cs
- EditorPart.cs
- HttpModuleCollection.cs
- VectorAnimation.cs
- mediaeventargs.cs
- Vector3DCollectionValueSerializer.cs
- TypeConverter.cs
- util.cs
- While.cs
- ErrorHandler.cs
- DataSourceSelectArguments.cs
- Int32CAMarshaler.cs
- CodeSnippetStatement.cs
- RegexRunnerFactory.cs
- DataGridViewTextBoxColumn.cs
- Int64KeyFrameCollection.cs
- PocoPropertyAccessorStrategy.cs
- InputBinding.cs
- WebPartDisplayMode.cs
- GridViewRowCollection.cs
- ActivityExecutionContextCollection.cs
- CompilerGlobalScopeAttribute.cs
- UserNameSecurityToken.cs
- StyleXamlParser.cs
- TimeEnumHelper.cs
- TokenizerHelper.cs
- EntityCommandDefinition.cs
- GACMembershipCondition.cs
- PasswordTextContainer.cs
- ProtocolViolationException.cs
- DataGridState.cs
- ColorAnimationBase.cs
- TableItemStyle.cs
- KeyValueInternalCollection.cs
- PeerToPeerException.cs
- BitmapEffectInput.cs
- Compilation.cs
- SplitContainer.cs
- WebPartDisplayMode.cs
- MultiView.cs
- GenericEnumConverter.cs
- SessionStateModule.cs
- ComponentGlyph.cs
- NumericUpDownAccelerationCollection.cs
- SynchronizedInputAdaptor.cs
- TrackingMemoryStreamFactory.cs
- WebConfigurationManager.cs
- ConsoleCancelEventArgs.cs
- SqlClientWrapperSmiStreamChars.cs
- XmlDataProvider.cs
- ApplicationManager.cs
- DataViewManager.cs
- SourceInterpreter.cs
- IisTraceListener.cs
- HttpInputStream.cs
- AnchoredBlock.cs
- CustomValidator.cs
- MarginsConverter.cs
- LinearGradientBrush.cs
- loginstatus.cs
- Decimal.cs
- SelectorItemAutomationPeer.cs
- XmlNodeList.cs
- BindableTemplateBuilder.cs
- DSASignatureFormatter.cs
- GenerateTemporaryTargetAssembly.cs
- TemplateBindingExtension.cs
- XPathAxisIterator.cs
- ImageKeyConverter.cs
- StringConverter.cs
- RtfToXamlReader.cs
- figurelengthconverter.cs
- StylusPointPropertyInfo.cs
- ProtocolsConfigurationEntry.cs
- UIElementParaClient.cs
- TransformDescriptor.cs
- GridErrorDlg.cs
- Thread.cs
- PasswordDeriveBytes.cs
- ZipFileInfo.cs
- DataGridColumnHeaderCollection.cs
- PropertyChangedEventArgs.cs
- StreamResourceInfo.cs
- DropShadowBitmapEffect.cs
- IncrementalReadDecoders.cs
- Cursors.cs
- COM2PictureConverter.cs
- UIAgentAsyncBeginRequest.cs
- IgnoreFileBuildProvider.cs
- FrugalMap.cs