Class InvalidParentException
Exception thrown when the new parent candidate of the NetworkObject is not valid
Implements
Inherited Members
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public class InvalidParentException : Exception, ISerializable
Constructors
InvalidParentException()
Constructor for InvalidParentException
Declaration
public InvalidParentException()
InvalidParentException(string)
Declaration
public InvalidParentException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
InvalidParentException(string, Exception)
Declaration
public InvalidParentException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |