Class NotListeningException
Exception thrown when the operation require NetworkManager to be listening.
Inherited Members
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public class NotListeningException : Exception, ISerializable, _Exception
Constructors
| Name | Description |
|---|---|
| NotListeningException() | Constructs a NotListeningException |
| NotListeningException(string) | Constructs a NotListeningException with a message |
| NotListeningException(string, Exception) | Constructs a NotListeningException with a message and a inner exception |