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

IBatisNetException Constructor

Initializes a new instance of the IBatisNetException class.

Overload List

Initializes a new instance of the IBatisNetException class.

public IBatisNetException();

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

public IBatisNetException(Exception);

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

protected IBatisNetException(SerializationInfo,StreamingContext);

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

public IBatisNetException(String);

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

public IBatisNetException(String,Exception);

See Also

IBatisNetException Class | IBatisNet.Common.Exceptions Namespace