Class LobbyServiceException
Represents an exception that occurs when communicating with the Unity Lobby Service.
Inherited Members
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. |