![]() |
VOOZH | about |
BuiltInException Class
Namespace: Json.JsonE
Inheritance: BuiltInException 🡒 JsonEException 🡒 Exception 🡒 object
Implemented interfaces:
Thrown from Json.JsonE.JsonE.Evaluate(System.Text.Json.Nodes.JsonNode,System.Text.Json.Nodes.JsonNode) when a built-in function cannot be evaluated.
| 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.BuiltInException.
1
public BuiltInException(string message)
| Parameter | Type | Description |
|---|---|---|
| message | string | The error message. |
A new version of content is available.