Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- MouseActionConverter.cs
- KerberosSecurityTokenAuthenticator.cs
- NameValueConfigurationElement.cs
- MessageSecurityVersionConverter.cs
- HttpCacheVary.cs
- XmlSortKeyAccumulator.cs
- PolygonHotSpot.cs
- FixedTextSelectionProcessor.cs
- PixelFormats.cs
- CodeObject.cs
- TextSelectionProcessor.cs
- WebBrowserUriTypeConverter.cs
- Journaling.cs
- ReadWriteSpinLock.cs
- SqlParameterizer.cs
- TextServicesProperty.cs
- ProfilePropertySettingsCollection.cs
- TrackingParameters.cs
- ProxyElement.cs
- TableLayoutStyle.cs
- XmlCollation.cs
- PasswordPropertyTextAttribute.cs
- XmlNamedNodeMap.cs
- OperationContractAttribute.cs
- CheckBox.cs
- DiscoveryReferences.cs
- HMACMD5.cs
- AssertFilter.cs
- FileLogRecordEnumerator.cs
- FunctionImportElement.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- RuntimeResourceSet.cs
- MultilineStringConverter.cs
- TokenBasedSet.cs
- SQLRoleProvider.cs
- PointCollection.cs
- OleDbRowUpdatingEvent.cs
- PropertyTab.cs
- DiagnosticTraceSource.cs
- TableRow.cs
- DataSourceControl.cs
- XmlLinkedNode.cs
- RadioButtonFlatAdapter.cs
- SessionStateSection.cs
- XmlSchemaSimpleContentRestriction.cs
- MultipartContentParser.cs
- SymmetricKey.cs
- LOSFormatter.cs
- GAC.cs
- DbConnectionPoolCounters.cs
- XmlSchemaSimpleContent.cs
- ClientUrlResolverWrapper.cs
- FormViewInsertEventArgs.cs
- CodeArrayIndexerExpression.cs
- HtmlInputRadioButton.cs
- EntitySet.cs
- ToolBar.cs
- ellipse.cs
- RectAnimationUsingKeyFrames.cs
- XPathDocument.cs
- MenuStrip.cs
- PageAsyncTask.cs
- TimeIntervalCollection.cs
- Unit.cs
- StylusLogic.cs
- ConnectionPointCookie.cs
- Classification.cs
- HttpHandlersSection.cs
- FormClosedEvent.cs
- XmlSchemaImport.cs
- ListViewInsertedEventArgs.cs
- CollectionBase.cs
- ProvideValueServiceProvider.cs
- BreakRecordTable.cs
- Action.cs
- AnnotationResource.cs
- ConfigXmlSignificantWhitespace.cs
- BuildDependencySet.cs
- RightsManagementEncryptionTransform.cs
- ReachIDocumentPaginatorSerializerAsync.cs
- _RegBlobWebProxyDataBuilder.cs
- CheckBoxFlatAdapter.cs
- CalendarDateRange.cs
- SmtpDigestAuthenticationModule.cs
- DbProviderFactory.cs
- StronglyTypedResourceBuilder.cs
- _Events.cs
- RowVisual.cs
- CopyCodeAction.cs
- TaiwanCalendar.cs
- Hashtable.cs
- WebBrowserNavigatedEventHandler.cs
- XmlSchemaSet.cs
- DataGridViewCellValueEventArgs.cs
- RangeValueProviderWrapper.cs
- WebPartUserCapability.cs
- DataTableMappingCollection.cs
- DeploymentSection.cs
- OdbcEnvironmentHandle.cs
- StrokeNodeOperations2.cs