docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class VivoxApiException

    Inheritance
    object
    Exception
    VivoxApiException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: VivoxUnity
    Assembly: VivoxUnity.dll
    Syntax
    public class VivoxApiException : Exception, ISerializable

    Constructors

    VivoxApiException(int)

    Declaration
    public VivoxApiException(int statusCode)
    Parameters
    Type Name Description
    int statusCode

    VivoxApiException(int, Exception)

    Declaration
    public VivoxApiException(int statusCode, Exception inner)
    Parameters
    Type Name Description
    int statusCode
    Exception inner

    VivoxApiException(int, string)

    Declaration
    public VivoxApiException(int statusCode, string requestId)
    Parameters
    Type Name Description
    int statusCode
    string requestId

    Properties

    RequestId

    Declaration
    public string RequestId { get; }
    Property Value
    Type Description
    string

    StatusCode

    Declaration
    public int StatusCode { get; }
    Property Value
    Type Description
    int

    Methods

    GetErrorString(int)

    Declaration
    public static string GetErrorString(int statusCode)
    Parameters
    Type Name Description
    int statusCode
    Returns
    Type Description
    string

    Implements

    ISerializable
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)