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

ForeignKeyException Constructor

Initializes a new instance of the DalException class.

Overload List

Initializes a new instance of the DalException class.

public ForeignKeyException();

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

public ForeignKeyException(Exception);

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

protected ForeignKeyException(SerializationInfo,StreamingContext);

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

public ForeignKeyException(String);

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

public ForeignKeyException(String,Exception);

See Also

ForeignKeyException Class | IBatisNet.Common.Exceptions Namespace