Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnExceptionCreated Method
Called when an exception is created.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public void OnExceptionCreated(
	Exception ex,
	IDictionary<string, Object> context
)

Parameters

ex
Type: SystemException
The exception.
context
Type: System.Collections.GenericIDictionaryString, Object
The context.
See Also