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

ConfigurationException Constructor (String)

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

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

Parameters

message
The message that describes the error.

Remarks

This constructor initializes the Message property of the new instance using the message parameter.

See Also

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