Click or drag to resize

BcfForeignKeyConstraintException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodBcfForeignKeyConstraintException
Initializes a new instance of the BcfForeignKeyConstraintException.
Public methodBcfForeignKeyConstraintException(String)
Initializes a new instance of the BcfForeignKeyConstraintException class with a specified error message.
Public methodBcfForeignKeyConstraintException(String, Exception)
Initializes a new instance of the BcfForeignKeyConstraintException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodBcfForeignKeyConstraintException(String, String, Int32)
Initializes a new instance of the BcfForeignKeyConstraintException class with a specified error message, relation name of violated key and RowId of violating BcfRow.
Top
See Also