Class CodeMismatchException
Exception thrown when a code mismatch error occurs. This typically happens when a code provided by the user does not match the expected code.
Implements
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Exceptions
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class CodeMismatchException : BusinessException, ISerializable
Constructors
| Edit this page View SourceCodeMismatchException()
Initializes a new instance of the CodeMismatchException class.
Declaration
public CodeMismatchException()