Table of Contents

Class SmppErrorEventArgs

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

Class that provides event data for errors occured during process SMPP messages

public class SmppErrorEventArgs : EventArgs
Inheritance
SmppErrorEventArgs
Inherited Members

Constructors

SmppErrorEventArgs(string)

public SmppErrorEventArgs(string comment)

Parameters

comment string

SmppErrorEventArgs(string, Exception)

public SmppErrorEventArgs(string comment, Exception ex)

Parameters

comment string
ex Exception

Properties

Comment

public string Comment { get; set; }

Property Value

string

Exception

public Exception Exception { get; set; }

Property Value

Exception