.NET SDK Documentation

    Show / Hide Table of Contents

    Class VectorControlTimeoutException

    Failed to get control of Vector.

    Please verify that Vector is connected to the Internet, is on a flat surface, and is fully charged.

    Inheritance
    Object
    Exception
    VectorException
    VectorControlTimeoutException
    Implements
    ISerializable
    Namespace: Anki.Vector.Exceptions
    Assembly: Anki.Vector.dll
    Syntax
    public class VectorControlTimeoutException : VectorException, ISerializable

    Constructors

    | Improve this Doc View Source

    VectorControlTimeoutException()

    Initializes a new instance of the VectorControlTimeoutException class.

    public VectorControlTimeoutException()
    | Improve this Doc View Source

    VectorControlTimeoutException(String)

    Initializes a new instance of the VectorControlTimeoutException class.

    public VectorControlTimeoutException(string message)
    Parameters
    Type Name Description
    String message

    The message.

    | Improve this Doc View Source

    VectorControlTimeoutException(String, Exception)

    Initializes a new instance of the VectorControlTimeoutException class.

    public VectorControlTimeoutException(string message, Exception innerException)
    Parameters
    Type Name Description
    String message

    The error message that explains the reason for the exception.

    Exception innerException

    The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.

    Implements

    System.Runtime.Serialization.ISerializable

    See Also

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