Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- XmlSchemaType.cs
- ObjectDataSourceStatusEventArgs.cs
- Soap12ProtocolImporter.cs
- CodeMethodInvokeExpression.cs
- EventSetter.cs
- ExtendLockAsyncResult.cs
- NodeInfo.cs
- MetadataUtilsSmi.cs
- OracleFactory.cs
- OptimalBreakSession.cs
- SessionParameter.cs
- TokenBasedSetEnumerator.cs
- input.cs
- MissingSatelliteAssemblyException.cs
- ButtonFieldBase.cs
- QilLoop.cs
- SchemaElementDecl.cs
- XmlTextWriter.cs
- ZipFileInfo.cs
- DesignerVerbCollection.cs
- EmptyEnumerable.cs
- BamlBinaryWriter.cs
- GenericPrincipal.cs
- DriveNotFoundException.cs
- WhileDesigner.cs
- WebBrowserUriTypeConverter.cs
- CapiHashAlgorithm.cs
- AccessibilityApplicationManager.cs
- XmlArrayItemAttributes.cs
- InvalidOperationException.cs
- BmpBitmapEncoder.cs
- ObjectDisposedException.cs
- StatusBarAutomationPeer.cs
- DataControlFieldHeaderCell.cs
- KnownTypesHelper.cs
- SymmetricKey.cs
- TimelineGroup.cs
- EventSinkHelperWriter.cs
- NonSerializedAttribute.cs
- ToolStripContentPanelRenderEventArgs.cs
- UrlMappingsSection.cs
- ContentValidator.cs
- DelayDesigner.cs
- SiteMapHierarchicalDataSourceView.cs
- HTTPNotFoundHandler.cs
- PackUriHelper.cs
- ScriptControlDescriptor.cs
- StylusCollection.cs
- XmlNamedNodeMap.cs
- XPathMessageFilterElementCollection.cs
- SqlRowUpdatedEvent.cs
- AsymmetricSignatureFormatter.cs
- HttpException.cs
- TypeBuilderInstantiation.cs
- SerialReceived.cs
- Base64Encoder.cs
- XmlEventCache.cs
- CollectionType.cs
- Rotation3DAnimation.cs
- AutoFocusStyle.xaml.cs
- UserPreferenceChangedEventArgs.cs
- Graph.cs
- TreeNodeConverter.cs
- CollectionBuilder.cs
- ServerIdentity.cs
- HttpConfigurationSystem.cs
- CodeSubDirectory.cs
- KerberosRequestorSecurityToken.cs
- LinearKeyFrames.cs
- NetworkStream.cs
- ServicePointManager.cs
- ContextQuery.cs
- ConfigurationUtility.cs
- Context.cs
- XPathSelfQuery.cs
- InputBindingCollection.cs
- webeventbuffer.cs
- SslSecurityTokenParameters.cs
- Geometry.cs
- LinqDataView.cs
- PassportIdentity.cs
- RayMeshGeometry3DHitTestResult.cs
- RoleManagerModule.cs
- RecordsAffectedEventArgs.cs
- MinimizableAttributeTypeConverter.cs
- LocationChangedEventArgs.cs
- NativeMethods.cs
- SplineQuaternionKeyFrame.cs
- Transform3DCollection.cs
- LinqDataSourceUpdateEventArgs.cs
- DataBoundControl.cs
- OuterGlowBitmapEffect.cs
- CompilationPass2TaskInternal.cs
- ClockController.cs
- XmlElementCollection.cs
- CompleteWizardStep.cs
- SiteMapHierarchicalDataSourceView.cs
- DictionaryKeyPropertyAttribute.cs
- AsymmetricAlgorithm.cs
- VSWCFServiceContractGenerator.cs