Quantcast
Channel: C# 411 » Errors
Viewing all articles
Browse latest Browse all 5

Exceptions are for Exceptions

$
0
0
Most programmers know that throwing exceptions takes a relatively long time to execute versus normal processing.  Some say throwing exceptions is as much as two orders of magnitude slower than passing arguments (that’s 100 times slower for non-geeks).  However, another article claims there’s almost no impact to throwing exceptions, unless you are running your software [...]

Viewing all articles
Browse latest Browse all 5

Trending Articles