I was wondering if there\'s a list with all Exception types. I know a few Exceptions, but I don\'t know them all. Sometimes I throw an Exception and then I think, maybe .NET
There is an Exception Hierarchy.
Also, MSDN has an inheritance hierarchy at the page for the Exception class. But that one's just a long list and doesn't provide much detail.
Generally, .NET seems to have pretty few general built-in exceptions.