Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Threading   (RSS)

ThreadAbortException

System.Threading.ThreadAbortException is just plain weird. For instance, most exceptions happen because of something code did on its own thread: even asynchronous exceptions are caused by something your code did on the current thread. (Note for the nitpickers:
 
Page view tracker