Constructor JsonRpcError
JsonRpcError()
Creates an new instance of the JsonRpcError structure.
public JsonRpcError()
JsonRpcError(int, string)
Creates an new instance of the JsonRpcError structure with given parameters.
public JsonRpcError(int code, string message)
Parameters
JsonRpcError(int, string, JsonValue)
Creates an new instance of the JsonRpcError structure with given parameters.
public JsonRpcError(int code, string message, JsonValue data)