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

An SMTP exception.
Inheritance: SMTPException
Afficher le fichier Open project: Vanaheimr/Hermod

Méthodes publiques

Méthode 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 méthode

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

SMTPClientException() public méthode

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