![]() |
VOOZH | about |
SyntaxException Class
Namespace: Json.JsonE
Inheritance: SyntaxException 🡒 JsonEException 🡒 Exception 🡒 object
Implemented interfaces:
Thrown from Json.JsonE.JsonE.Evaluate(System.Text.Json.Nodes.JsonNode,System.Text.Json.Nodes.JsonNode) when an expression contains invalid syntax.
| Name | Type | Summary |
|---|---|---|
| Data | IDictionary | |
| HelpLink | string | |
| HResult | int | |
| InnerException | Exception | |
| Message | string | |
| Source | string | |
| StackTrace | string | |
| TargetSite | MethodBase |
Creates a new instance of Json.JsonE.SyntaxException.
1
public SyntaxException(string message)
| Parameter | Type | Description |
|---|---|---|
| message | string | The error message. |
A new version of content is available.