Click or drag to resize

BcfUniqueKeyConstraintException Constructor (String, String, ReadOnlyCollectionString)

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

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfUniqueKeyConstraintException(
	string message,
	string tableName,
	ReadOnlyCollection<string> indexColumnNames
)

Parameters

message
Type: SystemString
The error message that explains the reason for the exception.
tableName
Type: SystemString
Name of the table containing violating rows.
indexColumnNames
Type: System.Collections.ObjectModelReadOnlyCollectionString
The column names of the violated index.
See Also