Click or drag to resize
CalculationWorks Logo
ExceptionCreatedEventArgsContext Property
Gets the context.

Namespace: CalculationWorks.BusinessModel.Behaviors.Diagnostics
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public IDictionary<string, Object> Context { get; }

Property Value

Type: IDictionaryString, Object
The context.
See Also