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

ProbeException Constructor

Initializes a new instance of the ProbeException class.

Overload List

Initializes a new instance of the ProbeException class.

public ProbeException();

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

public ProbeException(Exception);

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

protected ProbeException(SerializationInfo,StreamingContext);

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

public ProbeException(String);

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

public ProbeException(String,Exception);

See Also

ProbeException Class | IBatisNet.Common.Exceptions Namespace