C# Class EdjCase.JsonRpc.Client.RpcClientParseException

Exception for all parsing exceptions that were thro
Inheritance: RpcClientException
ファイルを表示 Open project: edjCase/JsonRpc

Public Methods

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

Method Details

RpcClientParseException() public method

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

RpcClientParseException() public method

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