Click or drag to resize

BcfDataBindingErrorEventArgs Constructor

Creates a new instance of the class.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfDataBindingErrorEventArgs(
	Exception exception
)

Parameters

exception
Type: SystemException
The exception.
Exceptions
ExceptionCondition
ArgumentNullExceptionexception is .
See Also