docs.unity3d.com
    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
    Inherited Members
    RequestFailedException.ErrorCode
    Namespace: Unity.Services.Wire.Internal
    Syntax
    public class CommandInterruptedException : RequestFailedException, ISerializable, _Exception

    Constructors

    CommandInterruptedException(String, CentrifugeCloseCode)

    Declaration
    public CommandInterruptedException(string reason, CentrifugeCloseCode code)
    Parameters
    Type Name Description
    String reason
    CentrifugeCloseCode code

    Properties

    m_Code

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

    Declaration
    public CentrifugeCloseCode m_Code { get; }
    Property Value
    Type Description
    CentrifugeCloseCode
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023