C# Class EdjCase.JsonRpc.Client.RpcClientException

Base exception that is thrown from an error that was caused by the client for the rpc request (not caused by rpc server)
Inheritance: System.Exception
ファイルを表示 Open project: edjCase/JsonRpc

Protected Methods

Method Description
RpcClientException ( string message ) : System
RpcClientException ( string message, Exception innerException ) : System

Method Details

RpcClientException() protected method

protected RpcClientException ( string message ) : System
message string Error message
return System

RpcClientException() protected method

protected RpcClientException ( string message, Exception innerException ) : System
message string Error message
innerException System.Exception Inner exception
return System