DataException Class
July 26, 2012
The exception that is thrown by local database operations that result in an error.
Namespace:
System.Data
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
The DataException type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DataException() | Initializes a new instance of the DataException class. |
![]() | DataException(String) | Initializes a new instance of the DataException class with the specified error message. |
![]() | DataException(String, Exception) | Initializes a new instance of the DataException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetBaseException | (Inherited from Exception.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Exception.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Exception.) |
