 | BcfFaultMessage Constructor (FuncBcfCell, Boolean, String, Object) |
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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.
See Also