Question

In visual studio you can activate break on first change exceptions. In my application I would like to ignore certain exceptions (validation and installation) and I have to disable those by hand.

Is there a way to set up the first change exception window with a set of default exceptions to catch and/or ignore?

Was it helpful?

Solution

You could write a macro, using the ExceptionGroups property.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top