CLR Inside Out: Unhandled Exception Processing In The CLR

Unhandled exception processing shouldn't be a mystery. It's actually quite useful since it gives a crashing application an opportunity to perform last-minute diagnostic logging about what went wrong.

In the September 2008 issue of MSDN Magazine, Gaurav Khanna discusses how unhandled exception processing for managed exceptions is implemented by the CLR.

For more installments of CLR Inside Out, see our MSDN Magazine archives.