.NET SDK Documentation

    Show / Hide Table of Contents

    Class ErrorEventArgs

    Event args for background SDK errors

    Inheritance
    Object
    EventArgs
    ErrorEventArgs
    Inherited Members
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class ErrorEventArgs : EventArgs

    Properties

    | Improve this Doc View Source

    Exception

    Gets the exception that caused the disconnection, if one exists.

    public Exception Exception { get; }
    Property Type
    Exception

    See Also

    EventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables