Initializes a new instance of the DataException class with a specified error message
and a reference to the inner exception that is the cause of this exception.
Namespace: Censitif.Library.DataAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax
Parameters
- message
- Type: System String
The error message that explains the reason for the exception.
- innerException
- Type: System Exception
The exception that caused this exception.
See Also