C# Class EdjCase.JsonRpc.Client.RpcClientUnknownException

Exception for all unknown exceptions that were thrown by the client
Inheritance: RpcClientException
ファイルを表示 Open project: edjCase/JsonRpc

Public Methods

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

Method Details

RpcClientUnknownException() public method

public RpcClientUnknownException ( string message ) : System
message string Error message
return System

RpcClientUnknownException() public method

public RpcClientUnknownException ( string message, Exception innerException ) : System
message string Error message
innerException System.Exception Inner exception
return System