C# Class Tce.RpcException

Inheritance: System.Exception
Afficher le fichier Open project: adoggie/TCE

Méthodes publiques

Свойство Type Description
errmsg string
error int

Méthodes publiques

Méthode Description
RpcException ( int error, string errmsg = "" ) : System
ToString ( ) : string
errorString ( int err ) : string

Method Details

RpcException() public méthode

public RpcException ( int error, string errmsg = "" ) : System
error int
errmsg string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

errorString() public static méthode

public static errorString ( int err ) : string
err int
Résultat string

Property Details

errmsg public_oe property

public string errmsg
Résultat string

error public_oe property

public int error
Résultat int