Click or drag to resize

BcfValueConstraintException Constructor (String, String, String, Int32)

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

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfValueConstraintException(
	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.
See Also