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

ForeignKeyException Constructor (String)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal String As String _
)
[C#]
public ForeignKeyException(
   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

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