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
- LayoutUtils.cs
- ASCIIEncoding.cs
- WorkflowDefinitionDispenser.cs
- XPathAxisIterator.cs
- BeginEvent.cs
- ObjectSpanRewriter.cs
- MemoryStream.cs
- RectConverter.cs
- CompiledAction.cs
- SafeNativeMethodsOther.cs
- InternalReceiveMessage.cs
- ParallelSeparator.xaml.cs
- FileDialogCustomPlace.cs
- WebDescriptionAttribute.cs
- WebException.cs
- InputLanguageSource.cs
- CodeSubDirectory.cs
- RefType.cs
- TextWriter.cs
- WindowsListBox.cs
- TableItemPattern.cs
- ExpressionBuilderContext.cs
- TrustLevelCollection.cs
- RPIdentityRequirement.cs
- FamilyMap.cs
- SafeNativeMethodsOther.cs
- SettingsPropertyValue.cs
- SoapCodeExporter.cs
- WebScriptServiceHostFactory.cs
- PersonalizableAttribute.cs
- DbDataReader.cs
- GlyphsSerializer.cs
- ProfileServiceManager.cs
- ToolStripTextBox.cs
- Interop.cs
- ContactManager.cs
- FormViewDesigner.cs
- ExpressionDumper.cs
- BindStream.cs
- ResourceManagerWrapper.cs
- ClientConfigPaths.cs
- SchemaNames.cs
- XPathParser.cs
- ReachFixedPageSerializer.cs
- ActivationArguments.cs
- MsmqSecureHashAlgorithm.cs
- CheckoutException.cs
- StringSorter.cs
- HtmlMeta.cs
- WeakReference.cs
- AttachedPropertiesService.cs
- CriticalHandle.cs
- EntityDataSourceColumn.cs
- LinkLabelLinkClickedEvent.cs
- SecurityResources.cs
- DoubleConverter.cs
- Section.cs
- WsatConfiguration.cs
- BitmapMetadata.cs
- PersonalizationProviderHelper.cs
- AQNBuilder.cs
- OdbcCommandBuilder.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- ApplicationGesture.cs
- SamlAuthorityBinding.cs
- Table.cs
- HttpContextBase.cs
- DictionaryBase.cs
- HtmlSelectionListAdapter.cs
- TimeEnumHelper.cs
- BinaryMethodMessage.cs
- Form.cs
- XmlNode.cs
- AuthenticationManager.cs
- Menu.cs
- SQLByte.cs
- InstanceOwnerQueryResult.cs
- ExpandCollapseProviderWrapper.cs
- ProfileEventArgs.cs
- DataSourceHelper.cs
- CopyNamespacesAction.cs
- HtmlInputText.cs
- XsdBuildProvider.cs
- SqlCacheDependencyDatabaseCollection.cs
- InternalCache.cs
- EmitterCache.cs
- AutomationEventArgs.cs
- XmlSiteMapProvider.cs
- TabPage.cs
- ReadOnlyDictionary.cs
- LayoutUtils.cs
- CustomWebEventKey.cs
- Registry.cs
- TextEmbeddedObject.cs
- PrimaryKeyTypeConverter.cs
- ListMarkerLine.cs
- DataTableCollection.cs
- safePerfProviderHandle.cs
- EntitySetBase.cs
- DataMember.cs