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

IBatisNetException Constructor (String)

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

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

IBatisNetException Class | IBatisNet.Common.Exceptions Namespace | IBatisNetException Constructor Overload List