Exception Performance
In this lesson we explain what exceptions are, why throwing them is extremely slow in .NET, and when they should and should not be used. The lesson covers the rule that exceptions are for critical, unrecoverable failures only, not for data validation or normal control flow.
Previous Module
A Crash Course In Intermediate Language
This Module
Basic Performance Optimizations