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.2.1.2
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.2, 3.0
See Also