Method | Description | |
---|---|---|
JsonException ( ) : System | ||
JsonException ( string message ) : System | ||
JsonException ( string message, Exception inner_exception ) : System |
Method | Description | |
---|---|---|
JsonException ( ParserToken token ) : System | ||
JsonException ( ParserToken token, Exception inner_exception ) : System | ||
JsonException ( int c ) : System | ||
JsonException ( int c, Exception inner_exception ) : System |
public JsonException ( string message ) : System | ||
message | string | |
return | System |
public JsonException ( string message, Exception inner_exception ) : System | ||
message | string | |
inner_exception | Exception | |
return | System |