| JsonFormatException Class |
Namespace: Dextronet.Jsonie
The JsonFormatException type exposes the following members.
| Name | Description | |
|---|---|---|
| JsonFormatException(String) |
Creates new instance with a specified message.
| |
| JsonFormatException(Int32, Int32, Int32) |
Creates new instance with specified point where error occurred.
| |
| JsonFormatException(String, Int32, Int32, Int32) |
Creates new instance with specified point where error occurred and message.
|
| Name | Description | |
|---|---|---|
| Column |
Column offset where error occured (tab counts as 1 character, carriage-return ignored).
| |
| Line |
Line where error occured.
| |
| Position |
Total offset from the beginning of the parsing.
|