Class VisibilityChangeException
Exception thrown when a visibility change fails
Inherited Members
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public class VisibilityChangeException : Exception, ISerializable, _Exception
Constructors
Name | Description |
---|---|
VisibilityChangeException() | Constructs a VisibilityChangeException |
VisibilityChangeException(string) | Constructs a VisibilityChangeException with a message |
VisibilityChangeException(string, Exception) | Constructs a VisibilityChangeException with a message and a inner exception |