What happens when an exception is thrown from within a new thread of execution?
How do I catch it? Must it be within the same thread?
Also, what is the proper way to update a control residing on a form, from within a new thread? I think it would be using a delegate, but I'm extremely new to C#.