C# Class Senparc.Weixin.Exceptions.UnknownRequestMsgTypeException

未知请求类型。
Inheritance: MessageHandlerException
Show file Open project: JeffreySu/WeiXinMPSDK

Public Methods

Method Description
UnknownRequestMsgTypeException ( string message ) : System
UnknownRequestMsgTypeException ( string message, Exception inner ) : System

Method Details

UnknownRequestMsgTypeException() public method

public UnknownRequestMsgTypeException ( string message ) : System
message string
return System

UnknownRequestMsgTypeException() public method

public UnknownRequestMsgTypeException ( string message, Exception inner ) : System
message string
inner System.Exception
return System