vs.net first time exceptions filter

184 views Asked by At

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?

1

There are 1 answers

1
SLaks On BEST ANSWER

You could write a macro, using the ExceptionGroups property.