Class SessionException
The exception for session operations
Implements
Inherited Members
Namespace: Unity.Services.Multiplayer
Assembly: Unity.Services.Multiplayer.dll
Syntax
public class SessionException : Exception, ISerializable
Properties
Error
Gets the error type
Declaration
public SessionError Error { get; }
Property Value
Type | Description |
---|---|
Session |
Methods
ToString()
Returns a string representation of the
Session
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current exception with its
Session |