Class NotServerException
Exception thrown when the operation can only be done on the server
Inherited Members
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public class NotServerException : Exception, ISerializable, _Exception
Constructors
| Name | Description |
|---|---|
| NotServerException() | Constructs a NotServerException |
| NotServerException(string) | Constructs a NotServerException with a message |
| NotServerException(string, Exception) | Constructs a NotServerException with a message and a inner exception |