Click or drag to resize

BcfFaultView Constructor

Initializes a new instance of the BcfFaultView class.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntax
protected BcfFaultView(
	BcfFault fault
)

Parameters

fault
Type: CalculationWorks.BusinessModelBcfFault
The BcfFault.
Exceptions
ExceptionCondition
ArgumentNullExceptionfault is .
See Also