When I attempt to debug a unit test that fails because of an unhandled exception in my code, I expect Visual Studio to break on the unhandled exception so I can inspect the
The unit testing framework handles the exception so visual studio thinks that the exception is handled.