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
- ReverseQueryOperator.cs
- DnsEndPoint.cs
- HttpCookie.cs
- CompModSwitches.cs
- TrustManager.cs
- XhtmlConformanceSection.cs
- EntityWrapperFactory.cs
- UrlPropertyAttribute.cs
- NewArray.cs
- XNodeValidator.cs
- DataGridItemEventArgs.cs
- EventMappingSettingsCollection.cs
- ScalarType.cs
- FontStyleConverter.cs
- Transform.cs
- FixedHyperLink.cs
- translator.cs
- ImageDrawing.cs
- SamlAttributeStatement.cs
- RuleSettingsCollection.cs
- DrawingVisualDrawingContext.cs
- ValidatorCollection.cs
- AllMembershipCondition.cs
- FileSystemInfo.cs
- WebSysDefaultValueAttribute.cs
- Size3DValueSerializer.cs
- TdsParserStateObject.cs
- TreeNodeSelectionProcessor.cs
- Rect3DValueSerializer.cs
- QueryInterceptorAttribute.cs
- ReachUIElementCollectionSerializer.cs
- TimeoutConverter.cs
- WebControlsSection.cs
- CodeDelegateCreateExpression.cs
- CryptoConfig.cs
- PropertyGridEditorPart.cs
- XmlExceptionHelper.cs
- HtmlTitle.cs
- MatchingStyle.cs
- TreeNodeStyleCollectionEditor.cs
- NavigationExpr.cs
- SID.cs
- ToolBar.cs
- SchemaSetCompiler.cs
- CounterCreationDataCollection.cs
- VoiceSynthesis.cs
- ArglessEventHandlerProxy.cs
- BinHexDecoder.cs
- DateTimeFormatInfo.cs
- PointCollection.cs
- BindingExpressionBase.cs
- PrimitiveCodeDomSerializer.cs
- WinOEToolBoxItem.cs
- DbParameterCollectionHelper.cs
- SerializerWriterEventHandlers.cs
- FormViewInsertEventArgs.cs
- Compress.cs
- CollectionsUtil.cs
- CollectionEditorDialog.cs
- Decoder.cs
- DataBindingCollection.cs
- EraserBehavior.cs
- ExpressionNode.cs
- RtfFormatStack.cs
- ScalarConstant.cs
- GridViewPageEventArgs.cs
- MailAddressCollection.cs
- Input.cs
- XPathBuilder.cs
- MediaPlayer.cs
- Rect3D.cs
- IUnknownConstantAttribute.cs
- TreeViewCancelEvent.cs
- EventHandlerList.cs
- Stroke.cs
- ActivityMarkupSerializer.cs
- InternalCache.cs
- FileUtil.cs
- CodeMethodReturnStatement.cs
- DropShadowBitmapEffect.cs
- SqlDataSourceSelectingEventArgs.cs
- IisTraceWebEventProvider.cs
- baseaxisquery.cs
- GZipStream.cs
- AnnotationMap.cs
- RegexCaptureCollection.cs
- StructuredTypeEmitter.cs
- GridViewRowPresenterBase.cs
- SerializationHelper.cs
- ProjectionNode.cs
- SimplePropertyEntry.cs
- RuntimeWrappedException.cs
- TagMapCollection.cs
- MetadataCache.cs
- SimpleFileLog.cs
- SqlCachedBuffer.cs
- FixedSOMTableCell.cs
- RealProxy.cs
- HandledMouseEvent.cs
- Switch.cs