 | BcfUniqueKeyConstraintException Constructor (String, String, ReadOnlyCollectionString) |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic BcfUniqueKeyConstraintException(
string message,
string tableName,
ReadOnlyCollection<string> indexColumnNames
)
Public Sub New (
message As String,
tableName As String,
indexColumnNames As ReadOnlyCollection(Of String)
)
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