Class InvalidPasswordException
Exception thrown when an invalid password is encountered. This exception typically indicates that a password provided by a user or a system does not meet the required criteria or is incorrect.
Implements
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Exceptions
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class InvalidPasswordException : BusinessException, ISerializable
Constructors
| Edit this page View SourceInvalidPasswordException()
Initializes a new instance of the InvalidPasswordException class with a predefined error code.
Declaration
public InvalidPasswordException()