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

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

Parameters

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