docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AuthenticationFailedException

    Authentication failed.

    Inheritance
    object
    Exception
    ServiceException
    AuthenticationFailedException
    Implements
    ISerializable
    Inherited Members
    ServiceException.Title
    ServiceException.RequestId
    ServiceException.Detail
    ServiceException.Details
    ServiceException.ErrorCode
    ServiceException.StatusCode
    ServiceException.Type
    ServiceException.GetObjectData(SerializationInfo, StreamingContext)
    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: Unity.Cloud.Common
    Assembly: Unity.Cloud.Common.dll
    Syntax
    [Serializable]
    public class AuthenticationFailedException : ServiceException, ISerializable

    Constructors

    AuthenticationFailedException()

    Default constructor.

    Declaration
    public AuthenticationFailedException()

    AuthenticationFailedException(SerializationInfo, StreamingContext)

    Creates an instance from the provided serialization info and streaming context.

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

    The serialization info.

    StreamingContext context

    The streaming context.

    AuthenticationFailedException(string)

    Creates an instance from the provided error message.

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

    The error message.

    AuthenticationFailedException(string, Exception)

    Creates an instance from the provided error message and inner exception.

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

    The error message.

    Exception innerException

    The inner exception.

    Implements

    ISerializable
    In This Article
    Back to top
    Copyright © 2024 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)