Class GenericNackSmppException
Thrown when client receives negative acknowledgement to an SMPP PDU submitted with an invalid message header. Invalid command or unknown command.
public class GenericNackSmppException : SmppException, ISerializable, _Exception
- Inheritance
-
GenericNackSmppException
- Implements
- Inherited Members
Constructors
GenericNackSmppException(SmppRequest, GenericNack)
public GenericNackSmppException(SmppRequest request, GenericNack pdu)
Parameters
request
SmppRequestpdu
GenericNack
Properties
Request
public SmppRequest Request { get; }
Property Value
Response
public GenericNack Response { get; }