DataException Constructor (String)A Sandcastle Documented Class Library
Initializes a new instance of the DataException class with a specified error message.

Namespace: Censitif.Library.Data
Assembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
Syntax

public DataException(
	string message
)

Parameters

message
Type: System String
The message that describes the error.
See Also