Method | Description | |
---|---|---|
ParsingException ( string message, string json, |
Initializes a new instance of the ParsingException class with a specified error message and a reference to the inner exception that is the cause of this exception.
|
public ParsingException ( string message, string json, |
||
message | string | The error message that explains the reason for the exception. |
json | string | The JSON that couldn't be parsed. |
innerException | The exception that is the cause of the current exception, or a null reference ( |
|
return | System |