ErrorContext Class
Namespace: Stimulsoft.Base.Json.Serialization
Provides information surrounding an error.
Properties
| Property | Type | Description |
|---|---|---|
| Error | Exception | Gets the error. |
| Handled | bool | Gets or sets a value indicating whether this ErrorContext is handled. |
| Member | object | Gets the member that caused the error. |
| OriginalObject | object | Gets the original object that caused the error. |
| Path | string | Gets the path of the JSON location where the error occurred. |