Click or drag to resize

BcfForeignKeyConstraintException Constructor (String, String, Int32)

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

Initializes a new instance of the BcfForeignKeyConstraintException class with a specified error message, relation name of violated key and RowId of violating BcfRow.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public BcfForeignKeyConstraintException(
	string message,
	string relationName,
	int rowId
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
relationName
Type: SystemString
The relation name of violated key
rowId
Type: SystemInt32
The RowId of violating BcfRow.
Version Information

BCF

Supported in: 4.0
See Also