I have an idea why but I\'d like to ask if someone has a good grasp on why the exception raised inside a thread is never caught by the code that started it. Here\'s some very si
You might want to use an EventGeneratingThread wrapper - this will let you catch and deal with exceptions thrown in threads from the process that spawned them.