C# Class EdjCase.JsonRpc.Router.RpcRouterException

Base exception for all rpc router exceptions
Inheritance: System.Exception
ファイルを表示 Open project: edjCase/JsonRpc

Protected Methods

Method Description
RpcRouterException ( string message ) : System

Method Details

RpcRouterException() protected method

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