C# Class Senparc.Weixin.Exceptions.UnRegisterAppIdException

未注册AppId异常
Inheritance: WeixinException
Afficher le fichier Open project: JeffreySu/WeiXinMPSDK

Méthodes publiques

Méthode Description
UnRegisterAppIdException ( string appId, string message, Exception inner = null ) : System

Method Details

UnRegisterAppIdException() public méthode

public UnRegisterAppIdException ( string appId, string message, Exception inner = null ) : System
appId string
message string
inner System.Exception
Résultat System