UnhandledException Class

( QtConcurrent::UnhandledException )

The UnhandledException class represents an unhandled exception in a worker thread. 更多...

头: #include <UnhandledException>
Since: Qt 4.4
继承: Exception

额外继承成员

详细描述

The UnhandledException class represents an unhandled exception in a worker thread.

If a worker thread throws an exception that is not a subclass of QtConcurrent::Exception , the Qt Concurrent functions will throw a QtConcurrent::UnhandledException on the receiver thread side.

Inheriting from this class is not supported.