Class VectorConfigurationException
The IRobotConfiguration instance is not valid.
Implements
Namespace: Anki.Vector.Exceptions
Assembly: Anki.Vector.dll
Syntax
public class VectorConfigurationException : VectorException, ISerializable
Constructors
| Improve this Doc View SourceVectorConfigurationException()
Initializes a new instance of the VectorConfigurationException class.
public VectorConfigurationException()
VectorConfigurationException(String)
Initializes a new instance of the VectorConfigurationException class.
public VectorConfigurationException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | The message that describes the error. |
VectorConfigurationException(String, Exception)
Initializes a new instance of the VectorConfigurationException class.
public VectorConfigurationException(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. |