![]() |
VOOZH | about |
PointerParseException Class
Namespace: Json.Pointer
Inheritance: PointerParseException 🡒 Exception 🡒 object
Implemented interfaces:
Thrown during parsing when the source string contains invalid JSON Pointer data.
| Name | Type | Summary |
|---|---|---|
| Data | IDictionary | |
| HelpLink | string | |
| HResult | int | |
| InnerException | Exception | |
| Message | string | |
| Source | string | |
| StackTrace | string | |
| TargetSite | MethodBase |
Creates a Json.Pointer.PointerParseException.
1
public PointerParseException()
Creates a Json.Pointer.PointerParseException.
1
public PointerParseException(string message)
Creates a Json.Pointer.PointerParseException.
1
public PointerParseException(string message, Exception inner)
A new version of content is available.