Click or drag to resize
Json.NET

JsonReaderException Constructor

 
Overload List
  NameDescription
Public methodJsonReaderException
Initializes a new instance of the JsonReaderException class.
Public methodJsonReaderException(String)
Initializes a new instance of the JsonReaderException class with a specified error message.
Public methodJsonReaderException(SerializationInfo, StreamingContext)
Initializes a new instance of the JsonReaderException class.
Public methodJsonReaderException(String, Exception)
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.
Public methodJsonReaderException(String, String, Int32, Int32, Exception)
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.
Top
See Also