 |
| ExceptionCreatedEventArgsContext Property |
Gets the context.
Namespace: CalculationWorks.BusinessModel.Behaviors.DiagnosticsAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic IDictionary<string, Object> Context { get; }Public ReadOnly Property Context As IDictionary(Of String, Object)
Get
Property Value
Type:
IDictionaryString,
ObjectThe context.
See Also