DataException Constructor (String, Exception)A Sandcastle Documented Class Library
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.Data
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public DataException(
	string message,
	Exception innerException
)

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