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

ConfigurationException Constructor

Initializes a new instance of the ConfigurationException class.

Overload List

Initializes a new instance of the ConfigurationException class.

public ConfigurationException();

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

public ConfigurationException(Exception);

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

protected ConfigurationException(SerializationInfo,StreamingContext);

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

public ConfigurationException(String);

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

public ConfigurationException(String,Exception);

See Also

ConfigurationException Class | IBatisNet.Common.Exceptions Namespace