C# Класс WebApi.Helpers.Exceptions.EmailNotSentException

Exception that should be thrown when the email is not sent successfully.
Наследование: WebApi.Helpers.Exceptions.AppException
Показать файл Открыть проект

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

Метод Описание
EmailNotSentException ( ) : System

Initializes a new instance of the EmailNotSentException class.

EmailNotSentException ( string message ) : System

Initializes a new instance of the EmailNotSentException class.

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

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

Initializes a new instance of the EmailNotSentException class.
public EmailNotSentException ( ) : System
Результат System

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

Initializes a new instance of the EmailNotSentException class.
public EmailNotSentException ( string message ) : System
message string The message that describes the error.
Результат System