Namespace: Json.JsonE
Inheritance: TypeException 🡒 JsonEException 🡒 Exception 🡒 object
Implemented interfaces:
- ISerializable
Thrown from Json.JsonE.JsonE.Evaluate(System.Text.Json.Nodes.JsonNode,System.Text.Json.Nodes.JsonNode) when ???.
Properties
| Name | Type | Summary |
|---|---|---|
| Data | IDictionary | Â |
| HelpLink | string | Â |
| HResult | int | Â |
| InnerException | Exception | Â |
| Message | string | Â |
| Source | string | Â |
| StackTrace | string | Â |
| TargetSite | MethodBase | Â |
Constructors
TypeException(string message)
Creates a new instance of Json.JsonE.TemplateException.
Declaration
1
public TypeException(string message)
| Parameter | Type | Description |
|---|---|---|
| message | string | The error message. |