[]
        
(Showing Draft Content)

C1.WPF.Report.DataAccessException.-ctor

DataAccessException Constructor

DataAccessException()

Initializes a new instance of the DataAccessException class.

Declaration
public DataAccessException()

DataAccessException(string)

Initializes a new instance of the DataAccessException class with a specified error message.

Declaration
public DataAccessException(string msg)
Parameters
Type Name Description
string msg

A message that describes the error.

DataAccessException(string, Exception)

Initializes a new instance of the DataAccessException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Declaration
public DataAccessException(string msg, Exception x)
Parameters
Type Name Description
string msg

The error message that explains the reason for the exception.

Exception x

The exception that is the cause of the current exception.