<PackageReference Include="newtonsoft.json" Version="3.5.8" />

JsonReaderException

The exception thrown when an error occurs while reading Json text.
public int LineNumber { get; }

Gets the line number indicating where the error occurred.

public int LinePosition { get; }

Gets the line position indicating where the error occurred.

Initializes a new instance of the JsonReaderException class.

public JsonReaderException(string message)

Initializes a new instance of the JsonReaderException class with a specified error message.

public JsonReaderException(string message, Exception innerException)

Initializes a new instance of the JsonReaderException class with a specified error message and a reference to the inner exception that is the cause of this exception.