C# Class org.GraphDefined.Vanaheimr.Hermod.SMTP.SMTPClientException

An SMTP exception.
Inheritance: SMTPException
Mostra file Open project: Vanaheimr/Hermod

Public Methods

Method Description
SMTPClientException ( String Message ) : System

Create a new SMTP exception.

SMTPClientException ( String Message, Exception InnerException ) : System

Create a new SMTP exception.

Method Details

SMTPClientException() public method

Create a new SMTP exception.
public SMTPClientException ( String Message ) : System
Message String The exception message.
return System

SMTPClientException() public method

Create a new SMTP exception.
public SMTPClientException ( String Message, Exception InnerException ) : System
Message String The exception message.
InnerException System.Exception An optional inner exception.
return System