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
Try adding this before your DoWork Sub
_
I'm using the background worker, and all the Try Catch in my loop work as you'd expect them to with this.