Click or drag to resize
JsonFormatException Properties

The JsonFormatException type exposes the following members.

Properties
  NameDescription
Public propertyColumn
Column offset where error occured (tab counts as 1 character, carriage-return ignored).
Public propertyLine
Line where error occured.
Public propertyPosition
Total offset from the beginning of the parsing.
Top
See Also