Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataEntity / System / Data / ObjectNotFoundException.cs / 1305376 / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ConfigurationValues.cs
- SiteOfOriginContainer.cs
- PassportAuthenticationEventArgs.cs
- TreeNode.cs
- XmlSchemaGroup.cs
- WsdlInspector.cs
- BamlResourceContent.cs
- FilteredSchemaElementLookUpTable.cs
- WindowsTokenRoleProvider.cs
- TreePrinter.cs
- WebPartVerbCollection.cs
- RootDesignerSerializerAttribute.cs
- TextSpanModifier.cs
- EpmAttributeNameBuilder.cs
- StringUtil.cs
- MultiTrigger.cs
- FontCacheUtil.cs
- CharEnumerator.cs
- SharedStatics.cs
- ReferentialConstraint.cs
- PerformanceCounterCategory.cs
- Environment.cs
- IdSpace.cs
- SQLDateTime.cs
- smtpconnection.cs
- BamlRecordWriter.cs
- CommonBehaviorsSection.cs
- GetPageCompletedEventArgs.cs
- COM2ComponentEditor.cs
- TextParagraphCache.cs
- SerialPort.cs
- EmptyStringExpandableObjectConverter.cs
- EntityContainerEntitySet.cs
- EmptyControlCollection.cs
- SoapReflectionImporter.cs
- DataGridItemCollection.cs
- XPathSelectionIterator.cs
- DataSetMappper.cs
- TextOnlyOutput.cs
- ListBoxItemAutomationPeer.cs
- DataErrorValidationRule.cs
- ParserExtension.cs
- COAUTHINFO.cs
- elementinformation.cs
- DomainUpDown.cs
- InputScope.cs
- Delay.cs
- TransactionState.cs
- StorageRoot.cs
- DateTimeStorage.cs
- HttpHandlersSection.cs
- ToolBarButton.cs
- UnsafePeerToPeerMethods.cs
- xmlglyphRunInfo.cs
- DefaultPropertyAttribute.cs
- ComUdtElementCollection.cs
- InfiniteTimeSpanConverter.cs
- XmlMemberMapping.cs
- EventWaitHandleSecurity.cs
- NumberSubstitution.cs
- DataGridParentRows.cs
- ClientSettingsProvider.cs
- GridViewHeaderRowPresenter.cs
- MailSettingsSection.cs
- PageScaling.cs
- StateInitialization.cs
- ConnectionStringsExpressionBuilder.cs
- FixedSOMElement.cs
- TextServicesPropertyRanges.cs
- InstalledFontCollection.cs
- TypeCollectionDesigner.xaml.cs
- DefaultObjectMappingItemCollection.cs
- ExpressionConverter.cs
- CompilationRelaxations.cs
- PreApplicationStartMethodAttribute.cs
- UIntPtr.cs
- CompilerError.cs
- PackageController.cs
- StylusOverProperty.cs
- FillErrorEventArgs.cs
- QueryRewriter.cs
- LinkedResource.cs
- StringSorter.cs
- OneWayChannelListener.cs
- StoryFragments.cs
- ToolboxDataAttribute.cs
- IncomingWebRequestContext.cs
- ISAPIWorkerRequest.cs
- MessageFormatterConverter.cs
- AuthenticationManager.cs
- TextAdaptor.cs
- DataGridViewRowStateChangedEventArgs.cs
- NotifyCollectionChangedEventArgs.cs
- PostBackTrigger.cs
- Parser.cs
- RectAnimation.cs
- Itemizer.cs
- RectangleConverter.cs
- CompensationToken.cs
- DataGridRowHeaderAutomationPeer.cs