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 |
|---|---|
| InvalidParentException() | Constructor for InvalidParentException |
| InvalidParentException(string) | Initializes a new instance of the Exception class with a specified error message. |
| InvalidParentException(string, Exception) | 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. |