Consider this simple console application:
using System; namespace Demo { class Program { static void Main(string[] args) { t
By default, the debugger stops on all exceptions, that are not caught (i.e. unhandled) - this can be changed in the Exceptions dialog (CTRL+ALT+E, with my keybindings)