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