docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class CommandInterruptedException

    This exception is thrown when the connection is lost or dropped during a command execution (i.e. subscription, unsubscription, etc.).

    Inheritance
    object
    Exception
    RequestFailedException
    CommandInterruptedException
    Implements
    ISerializable
    _Exception
    Inherited Members
    RequestFailedException.ErrorCode
    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.Services.Wire.Internal
    Assembly: solution.dll
    Syntax
    public class CommandInterruptedException : RequestFailedException, ISerializable, _Exception

    Constructors

    Name Description
    CommandInterruptedException(string, CentrifugeCloseCode)

    This exception is thrown when the connection is lost or dropped during a command execution (i.e. subscription, unsubscription, etc.).

    Properties

    Name Description
    m_Code

    The close code explaining the reason why the Wire connection was interrupted in the middle of a Command. CentrifugeCloseCode

    In This Article
    Back to top
    Copyright © 2023 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)