Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / DataEntity / System / Data / EntityException.cs / 1 / EntityException.cs
//----------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// @owner [....] [....]
//---------------------------------------------------------------------
namespace System.Data
{
using System;
using System.Data;
using System.Runtime.Serialization;
///
/// Provider exception - Used by the entity client.
///
///
[Serializable]
public class EntityException : DataException
{
///
/// Constructor with default message
///
public EntityException() // required ctor
: base(System.Data.Entity.Strings.EntityClient_ProviderGeneralError)
{
}
///
/// Constructor that accepts a pre-formatted message
///
/// localized error message
public EntityException(string message)
: base(message)
{
}
///
/// Constructor that accepts a pre-formatted message and an inner exception
///
/// localized error message
/// inner exception
public EntityException(string message, Exception innerException)
: base(message, innerException)
{
}
///
/// Constructor for deserialization
///
///
///
protected EntityException(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 [....] [....]
//---------------------------------------------------------------------
namespace System.Data
{
using System;
using System.Data;
using System.Runtime.Serialization;
///
/// Provider exception - Used by the entity client.
///
///
[Serializable]
public class EntityException : DataException
{
///
/// Constructor with default message
///
public EntityException() // required ctor
: base(System.Data.Entity.Strings.EntityClient_ProviderGeneralError)
{
}
///
/// Constructor that accepts a pre-formatted message
///
/// localized error message
public EntityException(string message)
: base(message)
{
}
///
/// Constructor that accepts a pre-formatted message and an inner exception
///
/// localized error message
/// inner exception
public EntityException(string message, Exception innerException)
: base(message, innerException)
{
}
///
/// Constructor for deserialization
///
///
///
protected EntityException(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
- Frame.cs
- LoadWorkflowByInstanceKeyCommand.cs
- ListViewItemMouseHoverEvent.cs
- ClientFormsAuthenticationCredentials.cs
- DetailsViewDeleteEventArgs.cs
- CompiledQueryCacheEntry.cs
- ParameterBinding.cs
- TrustExchangeException.cs
- PasswordRecovery.cs
- TopClause.cs
- TextWriter.cs
- StringUtil.cs
- WorkflowInstanceAbortedRecord.cs
- ParameterToken.cs
- PenLineCapValidation.cs
- PersonalizableAttribute.cs
- SafeHandle.cs
- HtmlEncodedRawTextWriter.cs
- InternalDispatchObject.cs
- CompiledRegexRunner.cs
- xmlglyphRunInfo.cs
- CheckBoxRenderer.cs
- ChangesetResponse.cs
- XslTransform.cs
- SchemaImporterExtensionElementCollection.cs
- RecordManager.cs
- ToolStripItemImageRenderEventArgs.cs
- QuotedStringFormatReader.cs
- SizeF.cs
- ContainerFilterService.cs
- RectangleF.cs
- Blend.cs
- InternalBase.cs
- ElapsedEventArgs.cs
- UnsafeNativeMethods.cs
- WindowsStatusBar.cs
- TreeViewBindingsEditorForm.cs
- TypeDelegator.cs
- InputLangChangeRequestEvent.cs
- BCryptHashAlgorithm.cs
- Stack.cs
- NamespaceMapping.cs
- ChannelServices.cs
- GroupQuery.cs
- TableLayoutPanel.cs
- TreeIterator.cs
- DataObjectAttribute.cs
- OverloadGroupAttribute.cs
- ToolTip.cs
- UnsafeNativeMethods.cs
- NativeCompoundFileAPIs.cs
- FixedFlowMap.cs
- DocumentViewerHelper.cs
- LoginUtil.cs
- DbProviderSpecificTypePropertyAttribute.cs
- Debug.cs
- HtmlControlAdapter.cs
- XmlCharType.cs
- QueryInterceptorAttribute.cs
- ReturnEventArgs.cs
- SafeNativeMethods.cs
- Soap.cs
- SoapInteropTypes.cs
- DocumentViewerBase.cs
- MonitoringDescriptionAttribute.cs
- PageHandlerFactory.cs
- ObjectStorage.cs
- Visual3D.cs
- EtwTrace.cs
- StreamingContext.cs
- DbConnectionFactory.cs
- DataGridColumnEventArgs.cs
- InternalUserCancelledException.cs
- NestPullup.cs
- InstancePersistenceContext.cs
- XmlILConstructAnalyzer.cs
- SessionPageStateSection.cs
- RegexCapture.cs
- EmbeddedMailObject.cs
- TrustLevel.cs
- ProtocolProfile.cs
- Graphics.cs
- RulePatternOps.cs
- DataSourceSelectArguments.cs
- AutoCompleteStringCollection.cs
- EdmItemCollection.OcAssemblyCache.cs
- SectionInformation.cs
- DNS.cs
- SslStream.cs
- BindingMAnagerBase.cs
- UrlPath.cs
- ProcessInputEventArgs.cs
- SingleStorage.cs
- CheckableControlBaseAdapter.cs
- LocalFileSettingsProvider.cs
- ControlBuilder.cs
- ProtocolsConfiguration.cs
- ConfigXmlSignificantWhitespace.cs
- NetMsmqBindingElement.cs
- BitmapCacheBrush.cs