ThreadAbortException
Another O'Reilly Network article today, this
one is all about our friend the ThreadAbortException.
This is one of those "special" exceptions in the runtime that has some very
interesting behaviors that are important to understand when working with
threads. For anyone writing a custom multi-threaded app, this is a must
read.