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