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

DataAccessException Constructor (String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal String As String _
)
[C#]
public DataAccessException(
   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

DataAccessException Class | IBatisNet.DataAccess.Exceptions Namespace | DataAccessException Constructor Overload List