Click or drag to resize
JsonFormatException Class
Thrown when decoded JSON string is invalid.
Inheritance Hierarchy

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
[SerializableAttribute]
public class JsonFormatException : JsonException

The JsonFormatException type exposes the following members.

Constructors
  NameDescription
Public methodJsonFormatException(String)
Creates new instance with a specified message.
Public methodJsonFormatException(Int32, Int32, Int32)
Creates new instance with specified point where error occurred.
Public methodJsonFormatException(String, Int32, Int32, Int32)
Creates new instance with specified point where error occurred and message.
Top
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