Class SpawnStateException
Exception thrown when an object is not yet spawned
Inherited Members
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public class SpawnStateException : Exception, ISerializable, _Exception
Constructors
Name | Description |
---|---|
SpawnStateException() | Constructs a SpawnStateException |
SpawnStateException(string) | Constructs a SpawnStateException with a message |
SpawnStateException(string, Exception) | Constructs a SpawnStateException with a message and a inner exception |