 | BcfDataSetCatchCalculationException Property |
[This is preliminary documentation and is subject to change.]
Allows to control exception-handling in calculation. Default is null.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic Func<Exception, bool> CatchCalculationException { get; set; }Public Property CatchCalculationException As Func(Of Exception, Boolean)
Get
Set
Property Value
Type:
FuncException,
Boolean
Version InformationBCF
Supported in: 4.0
See Also