docs.unity.cn
    Show / Hide Table of Contents

    Class RTCErrorException

    This exception class contains properties which determines a error type occurred while handling WebRTC operations.

    Inheritance
    Object
    Exception
    RTCErrorException
    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
    Namespace: Unity.WebRTC
    Syntax
    public class RTCErrorException : Exception, ISerializable, _Exception

    Properties

    ErrorType

    This property specifies the WebRTC-specific error code.

    Declaration
    public RTCErrorType ErrorType { get; }
    Property Value
    Type Description
    RTCErrorType
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 4, 2022
    Terms of use