Class InvalidChannelException
Exception thrown when a specified network channel is invalid
Implements
Inherited Members
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public class InvalidChannelException : Exception, ISerializable
Constructors
InvalidChannelException(string)
Constructs an InvalidChannelException with a message
Declaration
public InvalidChannelException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | the message |