Constructors
-
Json
Reader Initializes a new instance of the JsonReaderException class.Exception() -
Json
Reader Initializes a new instance of the JsonReaderException class.Exception(Serialization Info, Streaming Context) -
Json
Reader Initializes a new instance of the JsonReaderException class with a specified error message.Exception(String) -
Json
Reader 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.Exception(String, Exception) -
Json
Reader Initializes a new instance of the JsonReaderException class with a specified error message, JSON path, line number, line position, and a reference to the inner exception that is the cause of this exception.Exception(String, String, Int32, Int32, Exception)
Properties
-
Line
Number Gets the line number indicating where the error occurred. -
Line
Position Gets the line position indicating where the error occurred. - Path Gets the path to the JSON where the error occurred.