Class VectorControlException
Unable to run a function which requires behavior control.
Implements
Namespace: Anki.Vector.Exceptions
Assembly: Anki.Vector.dll
Syntax
public class VectorControlException : VectorException, ISerializable
Constructors
| Improve this Doc View SourceVectorControlException()
Initializes a new instance of the VectorControlException class.
public VectorControlException()
VectorControlException(String)
Initializes a new instance of the VectorControlException class.
public VectorControlException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message. |