LineNumber Property

Json.NET

Json.NET - Quick Starts & API Documentation LineNumber Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaExceptionLineNumber
Gets the line number indicating where the error occurred.
Declaration Syntax
C# Visual Basic Visual C++
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.5.0.0 (4.5.6.14930)