What happens in Rider IDE (.NET), and I guess in other IDEs as well, is that while debugging, an exception stops execution on the original line exception occurs, but after clicking on "Continue" the same exception message gets shown on every calling method in the user code.
This causes me to click "Continue" ~5 times.
How can I stop the exception message from propagating after the first time?