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
- ObjectSpanRewriter.cs
- UpdateManifestForBrowserApplication.cs
- ArrayTypeMismatchException.cs
- WriteLine.cs
- SelectionHighlightInfo.cs
- Timeline.cs
- TextEditorContextMenu.cs
- EventProviderBase.cs
- CLRBindingWorker.cs
- SqlRowUpdatedEvent.cs
- InputProcessorProfiles.cs
- Policy.cs
- OptionUsage.cs
- TableRowsCollectionEditor.cs
- MaskedTextBox.cs
- OnOperation.cs
- PipelineModuleStepContainer.cs
- CodeIdentifiers.cs
- HtmlEmptyTagControlBuilder.cs
- PageSettings.cs
- _ScatterGatherBuffers.cs
- ClientRolePrincipal.cs
- ParseChildrenAsPropertiesAttribute.cs
- SqlServices.cs
- CLSCompliantAttribute.cs
- processwaithandle.cs
- ImageConverter.cs
- OpenFileDialog.cs
- AggregateNode.cs
- TrackingExtract.cs
- BufferedGraphicsManager.cs
- ResourceDisplayNameAttribute.cs
- ObjectCloneHelper.cs
- Crc32.cs
- PEFileEvidenceFactory.cs
- ConditionCollection.cs
- CalendarDateChangedEventArgs.cs
- CustomWebEventKey.cs
- oledbmetadatacollectionnames.cs
- EmptyControlCollection.cs
- BindMarkupExtensionSerializer.cs
- _UncName.cs
- Debug.cs
- FilterableAttribute.cs
- MethodExpr.cs
- BamlReader.cs
- Point3DIndependentAnimationStorage.cs
- Parameter.cs
- HitTestWithPointDrawingContextWalker.cs
- Visual3DCollection.cs
- LayoutEditorPart.cs
- ThreadAttributes.cs
- XmlSignificantWhitespace.cs
- FilePrompt.cs
- SessionIDManager.cs
- OdbcPermission.cs
- SizeKeyFrameCollection.cs
- PageTheme.cs
- NameScopePropertyAttribute.cs
- AppDomainAttributes.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- ConfigurationPropertyCollection.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- ProfileGroupSettings.cs
- CryptographicAttribute.cs
- SqlRowUpdatedEvent.cs
- IndicCharClassifier.cs
- VirtualizingPanel.cs
- EmptyEnumerable.cs
- LayoutSettings.cs
- QilFactory.cs
- RoleGroup.cs
- PlanCompilerUtil.cs
- LexicalChunk.cs
- BitmapCodecInfoInternal.cs
- SequentialOutput.cs
- StringSource.cs
- FontFamily.cs
- Bits.cs
- TabControlEvent.cs
- SoapObjectReader.cs
- infer.cs
- TemplateLookupAction.cs
- ComponentEditorForm.cs
- Rotation3D.cs
- CryptoApi.cs
- DiscreteKeyFrames.cs
- SoapAttributeOverrides.cs
- FontFaceLayoutInfo.cs
- WmlMobileTextWriter.cs
- SqlErrorCollection.cs
- WebPartConnectionsConnectVerb.cs
- ToolStripManager.cs
- PassportAuthenticationModule.cs
- VSWCFServiceContractGenerator.cs
- FocusWithinProperty.cs
- WebPartCatalogCloseVerb.cs
- CharUnicodeInfo.cs
- DelayDesigner.cs
- SafeRegistryHandle.cs