docs.unity.cn
    Show / Hide Table of Contents

    Class InvalidChannelException

    Exception thrown when a specified network channel is invalid

    Inheritance
    Object
    Exception
    InvalidChannelException
    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

    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Friday, April 21, 2023
    Terms of use