A QException subclass that holds an Error, for use with QFuture::onFailed(). More...
| Header | #include <Error |
| Since | Esri |
| Inherits | QException |
Public Functions
| Error | |
| Error | |
| Error | |
| virtual | ~ |
| const Esri | error() const |
| Esri | operator=( |
| Esri | operator=(const Esri |
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.
[noexcept] ErrorException::ErrorException (Esri::ArcGISRuntime::ErrorException &&other)
Move constructor from other ErrorException.
[override virtual noexcept] ErrorException::~ErrorException ()
Destructor
const Esri::ArcGISRuntime::Error &ErrorException::error() const
Gets the Error that caused this exception.
[noexcept] Esri::ArcGISRuntime::ErrorException &ErrorException::operator=(Esri::ArcGISRuntime::ErrorException &&other)
Move operator from other ErrorException.
Esri::ArcGISRuntime::ErrorException &ErrorException::operator=(const Esri::ArcGISRuntime::ErrorException &other)
Assignment operator from other ErrorException.