Class UserNotConfirmedException
Exception thrown when a user is not confirmed or validated in the application.
Implements
Inherited Members
Namespace: Innovt.Cloud.AWS.Cognito.Exceptions
Assembly: Innovt.Cloud.AWS.Cognito.dll
Syntax
public class UserNotConfirmedException : BusinessException, ISerializable
Constructors
| Edit this page View SourceUserNotConfirmedException()
Initializes a new instance of the UserNotConfirmedException class with a predefined error code.
Declaration
public UserNotConfirmedException()
UserNotConfirmedException(Exception)
Initializes a new instance of the UserNotConfirmedException class with a predefined error code and an inner exception.
Declaration
public UserNotConfirmedException(Exception ex)
Parameters
Type | Name | Description |
---|---|---|
Exception | ex | The inner exception that caused this exception to be thrown. |