C# Class Model.RpcException

Inheritance: System.Exception
显示文件 Open project: egametang/Egametang

Public Methods

Method Description
RpcException ( int error, string message ) : System
RpcException ( int error, string message, Exception e ) : System

Method Details

RpcException() public method

public RpcException ( int error, string message ) : System
error int
message string
return System

RpcException() public method

public RpcException ( int error, string message, Exception e ) : System
error int
message string
e System.Exception
return System