ErrorException Class

  • 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(Esri::ArcGISRuntime::Error error)
    ErrorException(const Esri::ArcGISRuntime::ErrorException &other)
    ErrorException(Esri::ArcGISRuntime::ErrorException &&other)
    virtual ~ErrorException() override
    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(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.

    [override 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.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close