docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AuthenticationFailedException

    The exception that is thrown when an authorization error occurs in the Asset Manager.

    Inheritance
    object
    Exception
    AssetManagerException
    AuthenticationFailedException
    Implements
    _Exception
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    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: Unity.AssetManager.Editor
    Assembly: Unity.AssetManager.Core.Editor.dll
    Syntax
    [Serializable]
    public class AuthenticationFailedException : AssetManagerException, _Exception, ISerializable

    Constructors

    AuthenticationFailedException()

    Initializes a new instance of the Unity.AssetManager.AuthenticationFailedException class.

    Declaration
    public AuthenticationFailedException()

    AuthenticationFailedException(SerializationInfo, StreamingContext)

    Protected constructor used for serialization

    Declaration
    protected AuthenticationFailedException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info

    The SerializationInfo to populate with data.

    StreamingContext context

    The destination (see StreamingContext) for this serialization.

    AuthenticationFailedException(string)

    Initializes a new instance of the Unity.AssetManager.AuthenticationFailedException class.

    Declaration
    public AuthenticationFailedException(string message)
    Parameters
    Type Name Description
    string message

    The error message that explains the reason for the exception.

    AuthenticationFailedException(string, Exception)

    Initializes a new instance of the Unity.AssetManager.AuthenticationFailedException class.

    Declaration
    public AuthenticationFailedException(string message, Exception innerException)
    Parameters
    Type Name Description
    string message

    The error message that explains the reason for the exception.

    Exception innerException

    The exception that is the cause of the current exception.

    Implements

    _Exception
    ISerializable
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)