Click or drag to resize

BcfFaultCollectionTryGetFault Method (BcfFaultId)

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

Gets the BcfFault for the faultId.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfFault TryGetFault(
	BcfFaultId faultId
)

Parameters

faultId
Type: CalculationWorks.BusinessModelBcfFaultId
The BcfFaultId.

Return Value

Type: BcfFault
BcfFault or null if there is none.
See Also