Amazon.CognitoIdentityProvider.Model.TooManyFailedAttemptsException.TooManyFailedAttemptsException C# (CSharp) Method

TooManyFailedAttemptsException() public method

Construct instance of TooManyFailedAttemptsException
public TooManyFailedAttemptsException ( Exception innerException ) : System
innerException System.Exception
return System
        public TooManyFailedAttemptsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

TooManyFailedAttemptsException::TooManyFailedAttemptsException ( System info, System context ) : System
TooManyFailedAttemptsException::TooManyFailedAttemptsException ( string message ) : System
TooManyFailedAttemptsException::TooManyFailedAttemptsException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
TooManyFailedAttemptsException::TooManyFailedAttemptsException ( string message, Exception innerException ) : System
TooManyFailedAttemptsException::TooManyFailedAttemptsException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
TooManyFailedAttemptsException