Table of Contents

Class SmppReaderException

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

Constructors

SmppReaderException(CommandStatus)

public SmppReaderException(CommandStatus status)

Parameters

status CommandStatus

SmppReaderException(SmppHeader, Exception)

public SmppReaderException(SmppHeader header, Exception innerException)

Parameters

header SmppHeader
innerException Exception

SmppReaderException(string, uint, CommandStatus, Exception)

public SmppReaderException(string message, uint sequence, CommandStatus status, Exception innerException = null)

Parameters

message string
sequence uint
status CommandStatus
innerException Exception

SmppReaderException(uint, CommandStatus)

public SmppReaderException(uint sequence, CommandStatus status)

Parameters

sequence uint
status CommandStatus

SmppReaderException(uint, CommandStatus, Exception)

public SmppReaderException(uint sequence, CommandStatus status, Exception innerException)

Parameters

sequence uint
status CommandStatus
innerException Exception

Properties

Command

public CommandSet Command { get; set; }

Property Value

CommandSet

Sequence

public uint Sequence { get; set; }

Property Value

uint

Status

public CommandStatus Status { get; set; }

Property Value

CommandStatus