Alteruna Multiplayer Docs
C#
Show/Hide TOC
Room
Exception Class
Represents errors that occur during room operations.
Definition
Namespace:
Alteruna.Multiplayer.Core.Exceptions
Assembly:
Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
Copy
[
SerializableAttribute
]
public
class
RoomException
:
AlterunaException
Inheritance
Object
Exception
AlterunaException
RoomException
Constructors
RoomException
RoomException(Room)
RoomException(String)
RoomException(Room, String)
RoomException(String, Exception)
RoomException(Room, String, Exception)
Properties
Message
(Overrides
Exception
Message
)
Room
See Also
Reference
Alteruna.Multiplayer.Core.Exceptions Namespace
In This Article
Definition
Constructors
Properties
See Also