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

InvalidPasswordException() public method

Constructs a new InvalidPasswordException with the specified error message.
public InvalidPasswordException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public InvalidPasswordException(string message) 
            : base(message) {}
          

Same methods

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