.NET SDK Documentation

    Show / Hide Table of Contents

    Class VectorConfigurationException

    The IRobotConfiguration instance is not valid.

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

    Constructors

    | Improve this Doc View Source

    VectorConfigurationException()

    Initializes a new instance of the VectorConfigurationException class.

    public VectorConfigurationException()
    | Improve this Doc View Source

    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.

    | Improve this Doc View Source

    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.

    Implements

    System.Runtime.Serialization.ISerializable

    See Also

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