Gets the line position indicating where the error occurred.

Declaration Syntax
public int LinePosition { get; private set; }
Public Property LinePosition As Integer
Get
Private Set
public:
property int LinePosition {
int get ();
private: void set (int value);
}
Value
The line position indicating where the error occurred.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13929)