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
- XmlSchemaProviderAttribute.cs
- MimeObjectFactory.cs
- RegexMatchCollection.cs
- ContentValidator.cs
- TrueReadOnlyCollection.cs
- XmlSchemaAppInfo.cs
- cookiecollection.cs
- CredentialCache.cs
- DesignTimeTemplateParser.cs
- WMIGenerator.cs
- reliableinputsessionchannel.cs
- BaseParaClient.cs
- InertiaExpansionBehavior.cs
- CodePrimitiveExpression.cs
- StateMachineWorkflowDesigner.cs
- DiscoveryServerProtocol.cs
- UpdateDelegates.Generated.cs
- VBIdentifierNameEditor.cs
- SQLDecimal.cs
- SharedPerformanceCounter.cs
- brushes.cs
- TraceSource.cs
- DocumentProperties.cs
- TargetFrameworkUtil.cs
- XhtmlBasicCalendarAdapter.cs
- CheckBoxFlatAdapter.cs
- DataBindingList.cs
- XmlSchemaSequence.cs
- XXXOnTypeBuilderInstantiation.cs
- SerializationFieldInfo.cs
- basevalidator.cs
- FontStyles.cs
- StateMachineWorkflowDesigner.cs
- StrongName.cs
- FunctionDescription.cs
- AsyncOperation.cs
- ClientScriptManager.cs
- DataGridAddNewRow.cs
- TaskFileService.cs
- XpsResourcePolicy.cs
- ValidatorUtils.cs
- FtpRequestCacheValidator.cs
- Quad.cs
- XmlValueConverter.cs
- OdbcParameter.cs
- StorageEntityContainerMapping.cs
- Visual.cs
- ZipFileInfo.cs
- SHA512CryptoServiceProvider.cs
- ArithmeticLiteral.cs
- AttributeCollection.cs
- EntityViewContainer.cs
- CryptoStream.cs
- KeyInstance.cs
- QuotaExceededException.cs
- Column.cs
- MarkupCompiler.cs
- InvalidCommandTreeException.cs
- MsmqPoisonMessageException.cs
- SelectionItemProviderWrapper.cs
- Scripts.cs
- StatusBarAutomationPeer.cs
- TrackingProfileDeserializationException.cs
- XamlPointCollectionSerializer.cs
- WebPartTransformerCollection.cs
- DataErrorValidationRule.cs
- SiteMapNodeItem.cs
- SQLInt64.cs
- DocumentPageViewAutomationPeer.cs
- TypeUtils.cs
- ProcessProtocolHandler.cs
- QilLiteral.cs
- BitArray.cs
- EmptyEnumerator.cs
- VariableAction.cs
- XPathException.cs
- UndoEngine.cs
- CompoundFileStreamReference.cs
- WebPartManager.cs
- HttpChannelFactory.cs
- ColorConverter.cs
- DataGridViewColumnEventArgs.cs
- ImageBrush.cs
- ListenerUnsafeNativeMethods.cs
- Util.cs
- KeyValueConfigurationElement.cs
- DataTableCollection.cs
- RightsManagementEncryptedStream.cs
- AuthorizationSection.cs
- WebBrowserNavigatingEventHandler.cs
- DataListComponentEditor.cs
- ReferenceAssemblyAttribute.cs
- Dump.cs
- SimpleRecyclingCache.cs
- PolyLineSegment.cs
- PolyBezierSegment.cs
- ImageDrawing.cs
- ConditionalWeakTable.cs
- PrintController.cs
- EffectiveValueEntry.cs