Click or drag to resize
CalculationWorks Logo
BcfExceptionCreatedEventArgs Constructor
Initializes a new instance of the BcfExceptionCreatedEventArgs class.

Namespace: CalculationWorks.BusinessModel.Behaviors.Diagnostics
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfExceptionCreatedEventArgs(
	Exception exception,
	IDictionary<string, Object> context
)

Parameters

exception
Type: SystemException
The exception.
context
Type: System.Collections.GenericIDictionaryString, Object
The context.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also