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

DataMapperException Constructor (String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal String As String _
)
[C#]
public DataMapperException(
   String message
);

Parameters

message
The message that describes the error.

Remarks

This constructor initializes the Message property of the new instance to the Message property of the passed in exception.

See Also

DataMapperException Class | IBatisNet.DataMapper.Exceptions Namespace | DataMapperException Constructor Overload List