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

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

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

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

Initializes a new instance of the EmailTakenException class.

EmailTakenException ( string message ) : System

Initializes a new instance of the EmailTakenException class.

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

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

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

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

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