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
Datei anzeigen Open project: zoran-petrovic-87/WebApiBoilerplate

Public Methods

Method 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 method

Initializes a new instance of the TooManyResetPasswordAttemptsException class.
public TooManyResetPasswordAttemptsException ( ) : System
return System

TooManyResetPasswordAttemptsException() public method

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