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

Exception that should be thrown when there were too many failed attempts to reset password.
Наследование: WebApi.Helpers.Exceptions.AppException
Показать файл Открыть проект

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

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

Initializes a new instance of the TooManyResetPasswordAttemptsException class.

TooManyResetPasswordAttemptsException ( string message ) : System

Initializes a new instance of the TooManyResetPasswordAttemptsException class.

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

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

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

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

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