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
- DataPagerFieldCommandEventArgs.cs
- HtmlControlAdapter.cs
- EventlogProvider.cs
- SelectedCellsChangedEventArgs.cs
- ILGen.cs
- InfoCardHelper.cs
- AsyncOperation.cs
- PersonalizationStateInfoCollection.cs
- DataBoundControl.cs
- RankException.cs
- ServiceOperationHelpers.cs
- PageContent.cs
- XmlSchemaCollection.cs
- PeerNearMe.cs
- ToolStripDropDownButton.cs
- ItemCheckEvent.cs
- ListCollectionView.cs
- XmlDataCollection.cs
- X509Certificate.cs
- ConstNode.cs
- SourceFileBuildProvider.cs
- XmlDocumentFragment.cs
- WithStatement.cs
- UdpRetransmissionSettings.cs
- UInt64.cs
- SolidColorBrush.cs
- FieldCollectionEditor.cs
- DefaultEventAttribute.cs
- AssociationType.cs
- LessThan.cs
- SqlStream.cs
- HTTP_SERVICE_CONFIG_URLACL_PARAM.cs
- ProcessHostServerConfig.cs
- WindowsTokenRoleProvider.cs
- AxHost.cs
- X509ChainElement.cs
- TextElementEditingBehaviorAttribute.cs
- DocumentViewerAutomationPeer.cs
- PanelStyle.cs
- DynamicResourceExtension.cs
- StrongTypingException.cs
- oledbmetadatacolumnnames.cs
- DataGridViewAccessibleObject.cs
- PackageRelationshipSelector.cs
- GridViewColumn.cs
- CodeTypeParameter.cs
- GradientStopCollection.cs
- BridgeDataReader.cs
- TreeBuilder.cs
- OperationFormatUse.cs
- ClientProxyGenerator.cs
- MenuItemBinding.cs
- AuthenticationServiceManager.cs
- FontEmbeddingManager.cs
- IOThreadTimer.cs
- PriorityItem.cs
- ProcessInputEventArgs.cs
- Activator.cs
- XmlRootAttribute.cs
- DataBindingValueUIHandler.cs
- ContentPresenter.cs
- WebBrowserUriTypeConverter.cs
- LayoutManager.cs
- BmpBitmapDecoder.cs
- ComboBoxAutomationPeer.cs
- StringKeyFrameCollection.cs
- MenuItemStyleCollection.cs
- CssStyleCollection.cs
- SQLByte.cs
- FrameworkReadOnlyPropertyMetadata.cs
- TabControlToolboxItem.cs
- PaperSize.cs
- InitializationEventAttribute.cs
- FixedPosition.cs
- UriTemplateEquivalenceComparer.cs
- OutOfProcStateClientManager.cs
- X509CertificateCollection.cs
- MouseButtonEventArgs.cs
- BitConverter.cs
- BamlResourceContent.cs
- RecipientInfo.cs
- HttpCapabilitiesBase.cs
- ToolCreatedEventArgs.cs
- SizeFConverter.cs
- RepeaterItemCollection.cs
- DataSysAttribute.cs
- ScriptControlManager.cs
- PipeSecurity.cs
- XmlProcessingInstruction.cs
- ScriptingSectionGroup.cs
- WindowsStatusBar.cs
- NumericExpr.cs
- SpinLock.cs
- CachingHintValidation.cs
- WebPartZoneBase.cs
- MimeMapping.cs
- ICollection.cs
- VSWCFServiceContractGenerator.cs
- TextTreeNode.cs
- Rectangle.cs