Avoiding first chance exception messages when the exception is safely handled

To avoid seeing the messages, right-click on the output window and uncheck “Exception Messages”.

However, seeing them happen might be nice, if you’re interested in knowing when exceptions are thrown without setting breakpoints and reconfiguring the debugger.

Leave a Comment