LinePosition Property

Json.NET

Json.NET - Quick Starts & API Documentation LinePosition Property
NamespacesNewtonsoft.Json.SchemaJsonSchemaExceptionLinePosition
Gets the line position indicating where the error occurred.
Declaration Syntax
C# Visual Basic Visual C++
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.13623)