Table of Contents

Class SmppErrorEventArgs

Namespace
Inetlab.SMPP.Common
Assembly
cs.temp.dll.dll
Class that provides event data for errors occured during process SMPP messages
public class SmppErrorEventArgs : EventArgs
Inheritance
Object
SmppErrorEventArgs

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