How to catch an error in KnownPluginList::scanAndAddFile()?

I haven’t found a way to have TRY/CATCH work in a separate thread

I did start another forum thread a few weeks ago here which may be a good central place to discuss this topic.

I have a separate process doing the scanning and I’ve devised a method for the calling app to restart the scanner tool if it detects no activity for a set period… (and the scanner picks up from where it left off) but no method of actually trapping any exceptions.

Rail