C# Класс org.GraphDefined.Vanaheimr.Hermod.SMTP.SMTPClientException

An SMTP exception.
Наследование: SMTPException
Показать файл Открыть проект

Открытые методы

Метод Описание
SMTPClientException ( String Message ) : System

Create a new SMTP exception.

SMTPClientException ( String Message, Exception InnerException ) : System

Create a new SMTP exception.

Описание методов

SMTPClientException() публичный Метод

Create a new SMTP exception.
public SMTPClientException ( String Message ) : System
Message String The exception message.
Результат System

SMTPClientException() публичный Метод

Create a new SMTP exception.
public SMTPClientException ( String Message, Exception InnerException ) : System
Message String The exception message.
InnerException System.Exception An optional inner exception.
Результат System