Click or drag to resize

BcfUnreachableCodeException Constructor (Exception)

Initializes a new instance of the BcfUnreachableCodeException.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfUnreachableCodeException(
	Exception innerException
)

Parameters

innerException
Type: SystemException
The inner exception.
See Also