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 |
---|---|
Not |
Constructs a NotListeningException |
Not |
Constructs a NotListeningException with a message |
Not |
Constructs a NotListeningException with a message and a inner exception |