QUnhandledException Class▲
-
Header: QUnhandledException
-
Since: Qt 5.0
-
qmake: QT += core
-
Inherits: QException
Detailed Description▲
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.