Code:
/ 4.0 / 4.0 / 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. //---------------------------------------------------------------------- //// 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
- DrawListViewSubItemEventArgs.cs
- LowerCaseStringConverter.cs
- Timer.cs
- DataTableNewRowEvent.cs
- EntitySet.cs
- ReferenceSchema.cs
- EventLogEntryCollection.cs
- ProtocolsSection.cs
- Math.cs
- Collection.cs
- CommandHelpers.cs
- SessionStateContainer.cs
- DispatcherEventArgs.cs
- KeyEventArgs.cs
- FrugalMap.cs
- ComIntegrationManifestGenerator.cs
- DispatcherExceptionFilterEventArgs.cs
- Ticks.cs
- DynamicValidatorEventArgs.cs
- AccessControlList.cs
- TextParaLineResult.cs
- CheckBox.cs
- NavigationPropertyEmitter.cs
- XpsManager.cs
- Control.cs
- AgileSafeNativeMemoryHandle.cs
- NativeMethods.cs
- TransformedBitmap.cs
- Fonts.cs
- QueryOpeningEnumerator.cs
- ToolTip.cs
- FocusTracker.cs
- XPathNodeHelper.cs
- ITextView.cs
- WebPartDisplayModeEventArgs.cs
- DataIdProcessor.cs
- UIntPtr.cs
- CacheHelper.cs
- ButtonFieldBase.cs
- XmlSchemaAnnotated.cs
- FontStyles.cs
- SafeEventLogReadHandle.cs
- FlowLayout.cs
- SourceChangedEventArgs.cs
- HandlerBase.cs
- InternalConfigHost.cs
- SpecularMaterial.cs
- Int32Converter.cs
- EncoderReplacementFallback.cs
- TextPointerBase.cs
- ACE.cs
- InstalledFontCollection.cs
- _NtlmClient.cs
- ListViewInsertedEventArgs.cs
- CssStyleCollection.cs
- autovalidator.cs
- XPathScanner.cs
- NonBatchDirectoryCompiler.cs
- ResourcePermissionBaseEntry.cs
- UnsafeNativeMethods.cs
- BindingBase.cs
- PeerToPeerException.cs
- OutputCacheSection.cs
- WebMethodAttribute.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- CustomActivityDesigner.cs
- StructuralCache.cs
- RowToParametersTransformer.cs
- XhtmlConformanceSection.cs
- UnderstoodHeaders.cs
- UserControlParser.cs
- EntityDataSourceWrapperCollection.cs
- StackOverflowException.cs
- DescriptionAttribute.cs
- CodeMemberField.cs
- LocalFileSettingsProvider.cs
- SchemaHelper.cs
- Attributes.cs
- Sentence.cs
- PenContext.cs
- SelectionProviderWrapper.cs
- WpfMemberInvoker.cs
- HttpContextWrapper.cs
- FileLogRecordEnumerator.cs
- ThreadAttributes.cs
- HttpCapabilitiesEvaluator.cs
- ConnectionStringSettings.cs
- PathNode.cs
- Composition.cs
- ExternalException.cs
- DragEventArgs.cs
- Variant.cs
- XmlTextReaderImplHelpers.cs
- Label.cs
- SegmentInfo.cs
- RenameRuleObjectDialog.cs
- ObservableCollection.cs
- AdornedElementPlaceholder.cs
- Mapping.cs
- GeneralTransformCollection.cs