Innovt Platform
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    Exception
    BaseException
    BusinessException
    InvalidPasswordException
    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 InvalidPasswordException : BusinessException, ISerializable

    Constructors

    | Edit this page View Source

    InvalidPasswordException()

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

    Declaration
    public InvalidPasswordException()

    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