C# 클래스 MicroMsg.sdk.WXException

상속: System.Exception
파일 보기 프로젝트 열기: zhxilin/WeChatSDK 1 사용 예제들

공개 메소드들

메소드 설명
GetErrString ( int code, string appendString = "" ) : string
WXException ( int errCode, string appendString = "" ) : System

비공개 메소드들

메소드 설명
GetLanguage ( ) : string
InitErrStringMap ( ) : void

메소드 상세

GetErrString() 공개 정적인 메소드

public static GetErrString ( int code, string appendString = "" ) : string
code int
appendString string
리턴 string

WXException() 공개 메소드

public WXException ( int errCode, string appendString = "" ) : System
errCode int
appendString string
리턴 System