 | BcfFaultMessage Constructor (FuncBcfCell, Boolean, String, Object) |
[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 BcfFaultMessage(
Func<BcfCell, bool> tagFilter,
string messageOrFormatString,
params Object[] formatParameters
)
Public Sub New (
tagFilter As Func(Of BcfCell, Boolean),
messageOrFormatString As String,
ParamArray formatParameters As Object()
)
Parameters
- tagFilter
- Type: SystemFuncBcfCell, Boolean
The tag filter. Remarks: Only linked cells of parameters having "TagCells == true" can be tagged. - messageOrFormatString
- Type: SystemString
The message. - formatParameters
- Type: SystemObject
The format parameters.
Version InformationBCF
Supported in: 4.0
See Also