C# 클래스 Tce.RpcException

상속: System.Exception
파일 보기 프로젝트 열기: adoggie/TCE

공개 프로퍼티들

프로퍼티 타입 설명
errmsg string
error int

공개 메소드들

메소드 설명
RpcException ( int error, string errmsg = "" ) : System
ToString ( ) : string
errorString ( int err ) : string

메소드 상세

RpcException() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

errorString() 공개 정적인 메소드

public static errorString ( int err ) : string
err int
리턴 string

프로퍼티 상세

errmsg 공개적으로 프로퍼티

public string errmsg
리턴 string

error 공개적으로 프로퍼티

public int error
리턴 int