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