Stumbled on some old code that is throwing and empty catching some cast exceptions (about 20 per trip :( )
What if any is the performance hit were taking due to this? Should I be worried about this or is the overhead simply in the try / catch
Surprisingly lacking information on the topic of exception performance with C#.
Thanks, from yours truly.
