Click or drag to resize

BcfRelationRuleConflictException Constructor (String, String, String, Int32)

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

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

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

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
tableName
Type: SystemString
The table name of the cell with update conflict.
columnName
Type: SystemString
The column name of the cell with update conflict.
rowId
Type: SystemInt32
The RowId of the cell with update conflict.
Version Information

BCF

Supported in: 4.0
See Also