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

DataMapperException Constructor

Initializes a new instance of the DataMapperException class.

Overload List

Initializes a new instance of the DataMapperException class.

public DataMapperException();

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

public DataMapperException(Exception);

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

protected DataMapperException(SerializationInfo,StreamingContext);

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

public DataMapperException(String);

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

public DataMapperException(String,Exception);

See Also

DataMapperException Class | IBatisNet.DataMapper.Exceptions Namespace