C# Class WebApi.Helpers.Exceptions.TooManyResetPasswordAttemptsException

Exception that should be thrown when there were too many failed attempts to reset password.
Inheritance: WebApi.Helpers.Exceptions.AppException
Afficher le fichier Open project: zoran-petrovic-87/WebApiBoilerplate

Méthodes publiques

Méthode Description
TooManyResetPasswordAttemptsException ( ) : System

Initializes a new instance of the TooManyResetPasswordAttemptsException class.

TooManyResetPasswordAttemptsException ( string message ) : System

Initializes a new instance of the TooManyResetPasswordAttemptsException class.

Method Details

TooManyResetPasswordAttemptsException() public méthode

Initializes a new instance of the TooManyResetPasswordAttemptsException class.
public TooManyResetPasswordAttemptsException ( ) : System
Résultat System

TooManyResetPasswordAttemptsException() public méthode

Initializes a new instance of the TooManyResetPasswordAttemptsException class.
public TooManyResetPasswordAttemptsException ( string message ) : System
message string The message that describes the error.
Résultat System