 | BcfUniqueKeyConstraintException Constructor (String, String, ReadOnlyCollectionString) |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
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.
Version InformationBCF
Supported in: 4.0
See Also