Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class PasswordResetRequiredException

    Exception thrown when a password reset is required for a user or system operation. This exception typically indicates that a user's password has expired or that a password reset has been initiated.

    Inheritance
    object
    Exception
    BaseException
    BusinessException
    PasswordResetRequiredException
    Implements
    ISerializable
    Inherited Members
    BusinessException.Code
    BusinessException.Errors
    BusinessException.Detail
    BusinessException.ReadFullErrors()
    Exception.GetBaseException()
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Innovt.Cloud.AWS.Cognito.Exceptions
    Assembly: Innovt.Cloud.AWS.Cognito.dll
    Syntax
    public class PasswordResetRequiredException : BusinessException, ISerializable

    Constructors

    | Edit this page View Source

    PasswordResetRequiredException()

    Initializes a new instance of the PasswordResetRequiredException class with a predefined error code.

    Declaration
    public PasswordResetRequiredException()

    Implements

    ISerializable

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX