ErrorException Class

QException subclass that holds an Error, for use with QFuture::onFailed()."> ErrorException Class | ArcGISQtCpp
  • ErrorException
  • class Esri::ArcGISRuntime::ErrorException

    A QException subclass that holds an Error, for use with QFuture::onFailed(). More...

    Header: #include <ErrorException.h>
    Since: Esri::ArcGISRuntime 200.2
    Inherits: QException

    Public Functions

    ErrorException(const Esri::ArcGISRuntime::Error &error)
    ErrorException(const Esri::ArcGISRuntime::ErrorException &other)
    ErrorException(Esri::ArcGISRuntime::ErrorException &&other)
    virtual ~ErrorException()
    const Esri::ArcGISRuntime::Error &error() const
    Esri::ArcGISRuntime::ErrorException &operator=(const Esri::ArcGISRuntime::ErrorException &other)
    Esri::ArcGISRuntime::ErrorException &operator=(Esri::ArcGISRuntime::ErrorException &&other)

    Detailed Description

    See also Error.

    Member Function Documentation

    [explicit] ErrorException::ErrorException(const Esri::ArcGISRuntime::Error &error)

    Constructor accepting an error.

    ErrorException::ErrorException(const Esri::ArcGISRuntime::ErrorException &other)

    Copy constructor from other ErrorException.

    ErrorException::ErrorException(Esri::ArcGISRuntime::ErrorException &&other)

    Move constructor from other ErrorException.

    [virtual] ErrorException::~ErrorException()

    Destructor

    const Esri::ArcGISRuntime::Error &ErrorException::error() const

    Gets the Error that caused this exception.

    Esri::ArcGISRuntime::ErrorException &ErrorException::operator=(const Esri::ArcGISRuntime::ErrorException &other)

    Assignment operator from other ErrorException.

    Esri::ArcGISRuntime::ErrorException &ErrorException::operator=(Esri::ArcGISRuntime::ErrorException &&other)

    Move operator from other ErrorException.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.