Class SmppException
- Namespace
- Inetlab.SMPP.Common
- Assembly
- cs.temp.dll.dll
public class SmppException : Exception
- Inheritance
-
ObjectSmppException
- Derived
Constructors
SmppException(String)
public SmppException(string message)
Parameters
message
String
SmppException(String, Exception)
public SmppException(string message, Exception innerException)
Parameters
message
StringinnerException
Exception