Method | Description | |
---|---|---|
JsonParserException ( ) : System | ||
JsonParserException ( int charPosition, string message ) : System | ||
JsonParserException ( string message ) : System |
public JsonParserException ( int charPosition, string message ) : System | ||
charPosition | int | |
message | string | |
return | System |
public JsonParserException ( string message ) : System | ||
message | string | |
return | System |