C# Class MSA.Zmq.JsonRpc.JsonRpcException

Inheritance: System.Exception
Show file Open project: kadekcipta/ZmqJsonRpc

Public Methods

Method Description
JsonRpcException ( int code, string message ) : System

Method Details

JsonRpcException() public method

public JsonRpcException ( int code, string message ) : System
code int
message string
return System