JsonSerializationException Constructor |
| Name | Description | |
|---|---|---|
| JsonSerializationException |
Initializes a new instance of the JsonSerializationException class.
| |
| JsonSerializationException(String) |
Initializes a new instance of the JsonSerializationException class
with a specified error message.
| |
| JsonSerializationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the JsonSerializationException class.
| |
| JsonSerializationException(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.
| |
| JsonSerializationException(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.
|