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