C# Class Tce.RpcException

Inheritance: System.Exception
Datei anzeigen Open project: adoggie/TCE

Public Properties

Property Type Description
errmsg string
error int

Public Methods

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

Method Details

RpcException() public method

public RpcException ( int error, string errmsg = "" ) : System
error int
errmsg string
return System

ToString() public method

public ToString ( ) : string
return string

errorString() public static method

public static errorString ( int err ) : string
err int
return string

Property Details

errmsg public_oe property

public string errmsg
return string

error public_oe property

public int error
return int