C# Is there an Exception overview?

后端 未结 6 1761
孤城傲影
孤城傲影 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条回答
  •  Happy的楠姐
    2020-12-23 02:40

    You can find all the defined exceptions under the derived types of System.Exception in the MSDN page for System.Exception (find it under the Inheritance Hierarchy section).

提交回复
热议问题