Namespace: Json.JsonE
Inheritance: TemplateException
🡒 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 is invalid.
Properties
Name | Type | Summary |
---|---|---|
Data | IDictionary | Â |
HelpLink | string | Â |
HResult | int | Â |
InnerException | Exception | Â |
Message | string | Â |
Source | string | Â |
StackTrace | string | Â |
TargetSite | MethodBase | Â |
Constructors
TemplateException(string message)
Creates a new instance of Json.JsonE.TemplateException.
Declaration
1
public TemplateException(string message)
Parameter | Type | Description |
---|---|---|
message | string | The error message. |