There are two ways to do this.
Break in all exceptions
Go to Run | View breakpoints .... Click the green + . Select Stop in all .NET exceptions.

Then you can change the breakpoint:

Break a specific exception
Or use:
- Run | Stop exception ...
- Run | View breakpoints .... Click the green
+ . Select .NET Exception Checkpoints.
Any approach will give you the following interface where you can look for the type of exception:

To manage your settings, use the Breakpoints dialog.
source share