Class InvalidParentException
Exception thrown when the new parent candidate of the NetworkObject is not valid
Inherited Members
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public class InvalidParentException : Exception, ISerializable, _Exception
Constructors
Name | Description |
---|---|
Invalid |
Constructor for Invalid |
Invalid |
Initializes a new instance of the Exception class with a specified error message. |
Invalid |
Initializes a new instance of the Exception class with a specified error message and a reference to the inner exception that is the cause of this exception. |