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