C# Is there an Exception overview?

后端 未结 6 1757
孤城傲影
孤城傲影 2020-12-23 01:58

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

6条回答
  •  既然无缘
    2020-12-23 02:19

    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.

提交回复
热议问题