hdac SDK
SDK for hdac blockchain development
|
The exception thrown when an error occurs during Json serialization or deserialization. 더 자세히 ...
Public 멤버 함수 | |
JsonSerializationException () | |
Initializes a new instance of the JsonSerializationException class. 더 자세히 ... | |
JsonSerializationException (string message) | |
Initializes a new instance of the JsonSerializationException class with a specified error message. 더 자세히 ... | |
JsonSerializationException (string message, Exception innerException) | |
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. 더 자세히 ... | |
The exception thrown when an error occurs during Json serialization or deserialization.
|
inline |
Initializes a new instance of the JsonSerializationException class.
|
inline |
Initializes a new instance of the JsonSerializationException class with a specified error message.
message | The error message that explains the reason for the exception. |
|
inline |
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.
message | The error message that explains the reason for the exception. |
innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |