Which framework exceptions should every programmer know about ?

Posted by Thibault Falise on Stack Overflow See other posts from Stack Overflow or by Thibault Falise
Published on 2010-04-26T09:45:30Z Indexed on 2010/04/26 9:53 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

I've recently started a new project in C#, and, as I was coding some exception throw in a function, I figured out I didn't really know which exception I should use.

Here are common exceptions that are often thrown in many programs :

Are there any framework exceptions you often use in your programs ? Which exceptions should every .net programmer know about ? When do you use custom exception ?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#