iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

DataAccessException Constructor

Initializes a new instance of the DataAccessException class.

Overload List

Initializes a new instance of the DataAccessException class.

public DataAccessException();

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

public DataAccessException(Exception);

Initializes a new instance of the DataAccessException class with serialized data.

protected DataAccessException(SerializationInfo,StreamingContext);

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

public DataAccessException(String);

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.

public DataAccessException(String,Exception);

See Also

DataAccessException Class | IBatisNet.DataAccess.Exceptions Namespace