docs.unity3d.com
    Show / Hide Table of Contents

    Class InvalidChannelException

    Exception thrown when a specified network channel is invalid

    Inheritance
    Object
    Exception
    InvalidChannelException
    Inherited Members
    Exception.GetBaseException()
    Exception.ToString()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.Message
    Exception.Data
    Exception.InnerException
    Exception.TargetSite
    Exception.StackTrace
    Exception.HelpLink
    Exception.Source
    Exception.HResult
    Exception.SerializeObjectState
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.MemberwiseClone()
    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 — Terms of use
    Generated by DocFX
    on 26 October 2023