QUnhandledException Class
The UnhandledException class represents an unhandled exception in a worker thread. 更多...
头文件: | #include <QUnhandledException> |
qmake: | QT += core |
开始支持版本: | Qt 5.0 |
基类: | QException |
其他继承的成员
- 2 个公有函数继承自 QException
详细描述
The UnhandledException class represents an unhandled exception in a worker thread.
If a worker thread throws an exception that is not a subclass of QException, the Qt functions will throw a QUnhandledException on the receiver thread side.
Inheriting from this class is not supported.