Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- MemberCollection.cs
- BufferedStream.cs
- DiagnosticTrace.cs
- DataGridViewTextBoxColumn.cs
- Page.cs
- DataGridTable.cs
- HttpModulesSection.cs
- CorrelationManager.cs
- HttpRequest.cs
- SpellerError.cs
- PropertyEmitterBase.cs
- FamilyTypeface.cs
- Mutex.cs
- CreateUserWizard.cs
- ResourceContainer.cs
- BuildResult.cs
- ScriptManagerProxy.cs
- IgnoreSection.cs
- ToolStripStatusLabel.cs
- ControlBuilderAttribute.cs
- IdlingCommunicationPool.cs
- TableCellCollection.cs
- SoapMessage.cs
- AppDomainShutdownMonitor.cs
- NodeLabelEditEvent.cs
- SessionStateUtil.cs
- CodeIndexerExpression.cs
- TableLayoutRowStyleCollection.cs
- contentDescriptor.cs
- BinaryWriter.cs
- IISMapPath.cs
- Schema.cs
- Propagator.ExtentPlaceholderCreator.cs
- AssociativeAggregationOperator.cs
- SystemWebSectionGroup.cs
- DataGridViewTopLeftHeaderCell.cs
- SimpleBitVector32.cs
- RawContentTypeMapper.cs
- CustomAttributeBuilder.cs
- BaseWebProxyFinder.cs
- DependencyObjectProvider.cs
- HistoryEventArgs.cs
- EqualityComparer.cs
- XmlAttributeOverrides.cs
- DesignSurfaceCollection.cs
- TrackingValidationObjectDictionary.cs
- TrackingMemoryStreamFactory.cs
- BitmapCodecInfoInternal.cs
- _DigestClient.cs
- XmlJsonWriter.cs
- ExplicitDiscriminatorMap.cs
- XpsFilter.cs
- PackWebResponse.cs
- EntityDescriptor.cs
- InputQueueChannel.cs
- InfoCardTraceRecord.cs
- DataObject.cs
- Run.cs
- Vector3DCollectionValueSerializer.cs
- OutgoingWebRequestContext.cs
- SolidColorBrush.cs
- Decoder.cs
- ToolBarTray.cs
- TypeResolver.cs
- ToolboxItemFilterAttribute.cs
- RetrieveVirtualItemEventArgs.cs
- CngKeyBlobFormat.cs
- IIS7UserPrincipal.cs
- ParameterReplacerVisitor.cs
- TypeLoadException.cs
- CalendarDataBindingHandler.cs
- AsyncPostBackErrorEventArgs.cs
- NamedServiceModelExtensionCollectionElement.cs
- ThemeDirectoryCompiler.cs
- PhysicalOps.cs
- COM2AboutBoxPropertyDescriptor.cs
- XmlNodeList.cs
- BamlLocalizabilityResolver.cs
- SqlRewriteScalarSubqueries.cs
- HtmlImage.cs
- CodeArrayCreateExpression.cs
- PackagePartCollection.cs
- CaretElement.cs
- PersonalizationProvider.cs
- ToolStripItemTextRenderEventArgs.cs
- ScaleTransform.cs
- TransferMode.cs
- HTMLTagNameToTypeMapper.cs
- PipelineComponent.cs
- ReferenceConverter.cs
- ResolveInfo.cs
- ConfigXmlReader.cs
- Listbox.cs
- RegionInfo.cs
- WindowsListViewItemStartMenu.cs
- MetadataCache.cs
- AddingNewEventArgs.cs
- SoapSchemaImporter.cs
- Point3D.cs
- EventMappingSettings.cs