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