I'm having a bit of trouble understanding why the Visual Studio debugger is capable of breaking on unhandled exceptions for events in WPF applications, but not for controller actions in web applications. If I have a handler like so:I'm having a bit of trouble understanding why t