Click or drag to resize
Json.NET

JsonWriterException Constructor

 
Overload List
  NameDescription
Public methodJsonWriterException
Initializes a new instance of the JsonWriterException class.
Public methodJsonWriterException(String)
Initializes a new instance of the JsonWriterException class with a specified error message.
Public methodJsonWriterException(SerializationInfo, StreamingContext)
Initializes a new instance of the JsonWriterException class.
Public methodJsonWriterException(String, Exception)
Initializes a new instance of the JsonWriterException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodJsonWriterException(String, String, Exception)
Initializes a new instance of the JsonWriterException class with a specified error message, JSON path and a reference to the inner exception that is the cause of this exception.
Top
See Also