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.
Implements
Namespace: Anki.Vector.Exceptions
Assembly: Anki.Vector.dll
Syntax
public class VectorControlTimeoutException : VectorException, ISerializable
Constructors
| Improve this Doc View SourceVectorControlTimeoutException()
Initializes a new instance of the VectorControlTimeoutException class.
public VectorControlTimeoutException()
VectorControlTimeoutException(String)
Initializes a new instance of the VectorControlTimeoutException class.
public VectorControlTimeoutException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message. |
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. |