.NET SDK Documentation

    Show / Hide Table of Contents

    Class VectorControlException

    Unable to run a function which requires behavior control.

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

    Constructors

    | Improve this Doc View Source

    VectorControlException()

    Initializes a new instance of the VectorControlException class.

    public VectorControlException()
    | Improve this Doc View Source

    VectorControlException(String)

    Initializes a new instance of the VectorControlException class.

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

    The message.

    Implements

    System.Runtime.Serialization.ISerializable

    See Also

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