Click or drag to resize

JsonRpcException Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodJsonRpcException(String)
Initializes a new instance of the JsonRpcException class
Public methodJsonRpcException(ResponseError)
Initializes a new instance of the JsonRpcException class
Protected methodJsonRpcException(SerializationInfo, StreamingContext)
Initializes a new instance of the JsonRpcException class
Public methodJsonRpcException(String, ResponseError)
Initializes a new instance of the JsonRpcException class
Public methodJsonRpcException(String, Exception)
Initializes a new instance of the JsonRpcException class
Public methodJsonRpcException(String, ResponseError, Exception)
Initializes a new instance of the JsonRpcException class
Top
See Also