Home PointerParseException Class
PointerParseException Class
Cancel

PointerParseException Class

Namespace: Json.Pointer

Inheritance: PointerParseException 🡒 Exception 🡒 object

Implemented interfaces:

  • ISerializable

Thrown during parsing when the source string contains invalid JSON Pointer data.

Properties

NameTypeSummary
DataIDictionary 
HelpLinkstring 
HResultint 
InnerExceptionException 
Messagestring 
Sourcestring 
StackTracestring 
TargetSiteMethodBase 

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)
Contents