Click or drag to resize

BcfFaultMessage Constructor (FuncBcfCell, Boolean, String, Object)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the BcfFaultMessage class.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public BcfFaultMessage(
	Func<BcfCell, bool> tagFilter,
	string messageOrFormatString,
	params Object[] formatParameters
)

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 Information

BCF

Supported in: 4.0
See Also