C# Class Senparc.Weixin.Exceptions.UnRegisterAppIdException

未注册AppId异常
Inheritance: WeixinException
显示文件 Open project: JeffreySu/WeiXinMPSDK

Public Methods

Method Description
UnRegisterAppIdException ( string appId, string message, Exception inner = null ) : System

Method Details

UnRegisterAppIdException() public method

public UnRegisterAppIdException ( string appId, string message, Exception inner = null ) : System
appId string
message string
inner System.Exception
return System