79590269

Date: 2025-04-24 09:48:24
Score: 1
Natty:
Report link

The usual answer is of course: it depends.

So, Yes it will add some overhead. Usually, that effect should be negligible. BUT if your application is throwing a lot of exceptions then this will definitely have a bigger impact.

In general, throwing exceptions is slow and should only be done if it really is an exception. So if your logic is not "exception driven" (don't laugh, I've seen that several times in projects) you should not see a big impact.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mr__Steel