C# Class Model.RpcException

Inheritance: System.Exception
Afficher le fichier Open project: egametang/Egametang

Méthodes publiques

Méthode Description
RpcException ( int error, string message ) : System
RpcException ( int error, string message, Exception e ) : System

Method Details

RpcException() public méthode

public RpcException ( int error, string message ) : System
error int
message string
Résultat System

RpcException() public méthode

public RpcException ( int error, string message, Exception e ) : System
error int
message string
e System.Exception
Résultat System