C# 클래스 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.
상속: ValidationException
파일 보기 프로젝트 열기: cofoundry-cms/cofoundry

공개 메소드들

메소드 설명
TooManyFailedAttemptsAuthenticationException ( ) : Cofoundry.Core.Validation
TooManyFailedAttemptsAuthenticationException ( ValidationError error ) : Cofoundry.Core.Validation
TooManyFailedAttemptsAuthenticationException ( string message ) : Cofoundry.Core.Validation

메소드 상세

TooManyFailedAttemptsAuthenticationException() 공개 메소드

public TooManyFailedAttemptsAuthenticationException ( ) : Cofoundry.Core.Validation
리턴 Cofoundry.Core.Validation

TooManyFailedAttemptsAuthenticationException() 공개 메소드

public TooManyFailedAttemptsAuthenticationException ( ValidationError error ) : Cofoundry.Core.Validation
error ValidationError
리턴 Cofoundry.Core.Validation

TooManyFailedAttemptsAuthenticationException() 공개 메소드

public TooManyFailedAttemptsAuthenticationException ( string message ) : Cofoundry.Core.Validation
message string
리턴 Cofoundry.Core.Validation