Namespace: Json.Pointer
Inheritance: PointerParseException 🡒 Exception 🡒 object
Implemented interfaces:
- ISerializable
Thrown during parsing when the source string contains invalid JSON Pointer data.
Properties
| Name | Type | Summary | 
|---|---|---|
| Data | IDictionary | Â | 
| HelpLink | string | Â | 
| HResult | int | Â | 
| InnerException | Exception | Â | 
| Message | string | Â | 
| Source | string | Â | 
| StackTrace | string | Â | 
| TargetSite | MethodBase | Â | 
Constructors
PointerParseException()
Creates a Json.Pointer.PointerParseException.
Declaration
1
public PointerParseException()
PointerParseException(string message)
Creates a Json.Pointer.PointerParseException.
Declaration
1
public PointerParseException(string message)
PointerParseException(string message, Exception inner)
Creates a Json.Pointer.PointerParseException.
Declaration
1
public PointerParseException(string message, Exception inner)
