docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class LobbyServiceException

    Represents an exception that occurs when communicating with the Unity Lobby Service.

    Inheritance
    object
    Exception
    RequestFailedException
    LobbyServiceException
    Implements
    ISerializable
    _Exception
    Inherited Members
    RequestFailedException.ErrorCode
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    Namespace: Unity.Services.Lobbies
    Assembly: solution.dll
    Syntax
    public class LobbyServiceException : RequestFailedException, ISerializable, _Exception

    Constructors

    Name Description
    LobbyServiceException(Exception)

    Creates a LobbyServiceException.

    LobbyServiceException(long, string)

    Creates a LobbyServiceException.

    LobbyServiceException(LobbyExceptionReason, string)

    Creates a LobbyServiceException.

    LobbyServiceException(LobbyExceptionReason, string, Exception)

    Creates a LobbyServiceException.

    Properties

    Name Description
    ApiError

    If applicable, the specific details of the API error that caused the exception.

    Reason

    The reason of the exception.

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