I have heard from a very discerning person that an exception being thrown (and not caught) in a thread is being propagated to the parent thread. Is that true? I have tried some
A decent resource on Threading in C# that has a section for exception handling: Threading in C#