Click or drag to resize
Json.NET

JsonSerializationException Constructor

 
Overload List
  NameDescription
Public methodJsonSerializationException
Initializes a new instance of the JsonSerializationException class.
Public methodJsonSerializationException(String)
Initializes a new instance of the JsonSerializationException class with a specified error message.
Public methodJsonSerializationException(SerializationInfo, StreamingContext)
Initializes a new instance of the JsonSerializationException class.
Public methodJsonSerializationException(String, Exception)
Initializes a new instance of the JsonSerializationException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public methodJsonSerializationException(String, String, Int32, Int32, Exception)
Initializes a new instance of the JsonSerializationException 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