DataAccessException Class Members
From MNG Profiler
MNG.Direct Documentation
DataAccessException Class Members
The following tables list the members exposed by DataAccessException.
Public Constructors
| Name | Description | |
|---|---|---|
| DataAccessException Constructor | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
| Data | (Inherited from System.Exception) | |
| HelpLink | (Inherited from System.Exception) | |
| HResult | (Inherited from System.Exception) | |
| InnerException | (Inherited from System.Exception) | |
| Message | (Inherited from System.Exception) | |
| ProviderInfo | Stores detailed information about the data source. | |
| ProviderType | Indicates the type of data provider the exception is coming from. Ex. ADO.NET, Entity Framework, etc. | |
| Source | (Inherited from System.Exception) | |
| StackTrace | (Inherited from System.Exception) | |
| TargetSite | (Inherited from System.Exception) |
Public Methods
| Name | Description | |
|---|---|---|
| GetBaseException | (Inherited from System.Exception) | |
| GetObjectData | Overridden. When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception. | |
| GetType | (Inherited from System.Exception) | |
| ToString | (Inherited from System.Exception) |
Protected Events
| Name | Description | |
|---|---|---|
| SerializeObjectState | (Inherited from System.Exception) |
See Also