Hi, In a worker thread I want to throw a QtConcurrent::Exception and catch it in the main thread. According the documentation, " Base class for exceptions that can transferred across threads" this should be possible. Does anybody know how to implement it ? Regards Nik