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
- LinkButton.cs
- ToolboxComponentsCreatingEventArgs.cs
- HttpApplicationFactory.cs
- EntryPointNotFoundException.cs
- SharedUtils.cs
- SerializationEventsCache.cs
- SafeBitVector32.cs
- ModelPropertyDescriptor.cs
- DBCommand.cs
- AddInPipelineAttributes.cs
- FieldAccessException.cs
- ConfigDefinitionUpdates.cs
- ProcessHostServerConfig.cs
- Properties.cs
- ToolStripSeparator.cs
- SignedPkcs7.cs
- DbDataReader.cs
- TTSVoice.cs
- versioninfo.cs
- PlainXmlDeserializer.cs
- ObjectToIdCache.cs
- Input.cs
- ScriptingWebServicesSectionGroup.cs
- safelinkcollection.cs
- Command.cs
- EncodingFallbackAwareXmlTextWriter.cs
- ActionMismatchAddressingException.cs
- WebPartTransformer.cs
- SqlRowUpdatedEvent.cs
- AnonymousIdentificationSection.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- SecurityResources.cs
- FieldTemplateFactory.cs
- UIAgentAsyncParams.cs
- NamedPipeAppDomainProtocolHandler.cs
- GacUtil.cs
- SevenBitStream.cs
- WorkflowMarkupSerializationManager.cs
- UnsafeNativeMethods.cs
- XmlTextReader.cs
- AspNetSynchronizationContext.cs
- MsmqIntegrationMessageProperty.cs
- TextPattern.cs
- GACMembershipCondition.cs
- IISUnsafeMethods.cs
- TextInfo.cs
- XmlProcessingInstruction.cs
- GlyphingCache.cs
- QuaternionAnimation.cs
- ValidatorCompatibilityHelper.cs
- AdornerLayer.cs
- WorkflowNamespace.cs
- FixedSOMPageConstructor.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- filewebresponse.cs
- ZipIOLocalFileBlock.cs
- FormatException.cs
- XAMLParseException.cs
- MetadataSource.cs
- Figure.cs
- TransactionFilter.cs
- EntityDescriptor.cs
- XmlSchemaDatatype.cs
- BindingValueChangedEventArgs.cs
- ListControlConvertEventArgs.cs
- ProjectionCamera.cs
- WebReference.cs
- Types.cs
- SafeMILHandle.cs
- TimeZoneNotFoundException.cs
- XmlSchemaDocumentation.cs
- ByteKeyFrameCollection.cs
- IdentityModelDictionary.cs
- DetailsViewUpdateEventArgs.cs
- SiteMapSection.cs
- HttpTransportElement.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- StorageEntityContainerMapping.cs
- Column.cs
- ContextBase.cs
- EmptyQuery.cs
- FloaterBaseParaClient.cs
- BuildResult.cs
- MultipartIdentifier.cs
- StructuralCache.cs
- Animatable.cs
- WsdlContractConversionContext.cs
- XamlUtilities.cs
- QuotedStringWriteStateInfo.cs
- NavigationPropertySingletonExpression.cs
- TextRange.cs
- LinqDataSourceUpdateEventArgs.cs
- ZipIOModeEnforcingStream.cs
- PageBreakRecord.cs
- TextMarkerSource.cs
- IBuiltInEvidence.cs
- SqlXml.cs
- MobileRedirect.cs
- InputBinder.cs
- StorageAssociationSetMapping.cs