C# 클래스 WebWeChat.Im.Core.WeChatException

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

공개 메소드들

메소드 설명
CreateException ( WeChatErrorCode errorCode ) : WeChatException
CreateException ( WeChatErrorCode errorCode, string msg ) : WeChatException
ToSimpleString ( ) : string
ToString ( ) : string
WeChatException ( Exception e ) : System
WeChatException ( WeChatErrorCode errorCode, Exception e ) : System
WeChatException ( WeChatErrorCode errorCode, string msg ) : System

비공개 메소드들

메소드 설명
GetErrorCode ( Exception e ) : WeChatErrorCode

메소드 상세

CreateException() 공개 정적인 메소드

public static CreateException ( WeChatErrorCode errorCode ) : WeChatException
errorCode WeChatErrorCode
리턴 WeChatException

CreateException() 공개 정적인 메소드

public static CreateException ( WeChatErrorCode errorCode, string msg ) : WeChatException
errorCode WeChatErrorCode
msg string
리턴 WeChatException

ToSimpleString() 공개 메소드

public ToSimpleString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

WeChatException() 공개 메소드

public WeChatException ( Exception e ) : System
e System.Exception
리턴 System

WeChatException() 공개 메소드

public WeChatException ( WeChatErrorCode errorCode, Exception e ) : System
errorCode WeChatErrorCode
e System.Exception
리턴 System

WeChatException() 공개 메소드

public WeChatException ( WeChatErrorCode errorCode, string msg ) : System
errorCode WeChatErrorCode
msg string
리턴 System