Click or drag to resize
Json.NET

JsonException Constructor

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