| Overload | Description |
|---|---|
| DataException Constructor() | Initializes a new instance of the DataException class. |
| DataException Constructor(String) | Initializes a new instance of the DataException class specifying the exception message. |
| DataException Constructor(String,Exception) | Initializes a new instance of the DataException class specifying the exception message and inner exception. |