C# Class Cofoundry.Domain.TooManyFailedAttemptsAuthenticationException

Exception thrown from the domain layer when a login attempt is invalid because too many invalid attempts have been logged. The requirements for this are configured in AuthenticationSettings.
Inheritance: ValidationException
ファイルを表示 Open project: cofoundry-cms/cofoundry

Public Methods

Method Description
TooManyFailedAttemptsAuthenticationException ( ) : Cofoundry.Core.Validation
TooManyFailedAttemptsAuthenticationException ( ValidationError error ) : Cofoundry.Core.Validation
TooManyFailedAttemptsAuthenticationException ( string message ) : Cofoundry.Core.Validation

Method Details

TooManyFailedAttemptsAuthenticationException() public method

public TooManyFailedAttemptsAuthenticationException ( ) : Cofoundry.Core.Validation
return Cofoundry.Core.Validation

TooManyFailedAttemptsAuthenticationException() public method

public TooManyFailedAttemptsAuthenticationException ( ValidationError error ) : Cofoundry.Core.Validation
error ValidationError
return Cofoundry.Core.Validation

TooManyFailedAttemptsAuthenticationException() public method

public TooManyFailedAttemptsAuthenticationException ( string message ) : Cofoundry.Core.Validation
message string
return Cofoundry.Core.Validation