Gets the line number indicating where the error occurred.

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