Method | Description | |
---|---|---|
CreateException ( WeChatErrorCode errorCode ) : |
||
CreateException ( WeChatErrorCode errorCode, string msg ) : |
||
ToSimpleString ( ) : string | ||
ToString ( ) : string | ||
WeChatException ( |
||
WeChatException ( WeChatErrorCode errorCode, |
||
WeChatException ( WeChatErrorCode errorCode, string msg ) : System |
Method | Description | |
---|---|---|
GetErrorCode ( |
public static CreateException ( WeChatErrorCode errorCode ) : |
||
errorCode | WeChatErrorCode | |
return |
public static CreateException ( WeChatErrorCode errorCode, string msg ) : |
||
errorCode | WeChatErrorCode | |
msg | string | |
return |
public WeChatException ( |
||
e | ||
return | System |
public WeChatException ( WeChatErrorCode errorCode, |
||
errorCode | WeChatErrorCode | |
e | ||
return | System |
public WeChatException ( WeChatErrorCode errorCode, string msg ) : System | ||
errorCode | WeChatErrorCode | |
msg | string | |
return | System |