Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class UserNotAuthorizedException

    Exception thrown when a user is not authorized to perform a specific action or access a resource.

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

    Constructors

    | Edit this page View Source

    UserNotAuthorizedException()

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

    Declaration
    public UserNotAuthorizedException()

    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