Basically, the question is: Do the Exceptions in C# affect the performance a lot? Is it better to avoid Exceptions rethrow? If i generate an exception in my code, does it a
If you're worried about exception performance, you're using them wrong.
But yes, exceptions do affect performance.