Table of Contents

Class GenericNackSmppException

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll

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 SmppRequest
pdu GenericNack

Properties

Request

public SmppRequest Request { get; }

Property Value

SmppRequest

Response

public GenericNack Response { get; }

Property Value

GenericNack