Table of Contents

Class SmppException

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll
public class SmppException : Exception, ISerializable, _Exception
Inheritance
SmppException
Implements
Derived
Inherited Members

Constructors

SmppException()

public SmppException()

SmppException(string)

public SmppException(string message)

Parameters

message string

SmppException(string, Exception)

public SmppException(string message, Exception innerException)

Parameters

message string
innerException Exception