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.