简体   繁体   中英

Reference for predefined exceptions in .NET

是否存在对.NET框架的预定义异常目录的引用,以及何时适合使用它们的示例?

It's possible to get a list of them while in Visual Studio: press Ctl + Alt + E

EDIT : I was able to find this site that has a pretty comprehensive list of .NET Exceptions and a brief description of what causes them.

Your best bet is MSDN. Start with System.Exception's class hierarchy and follow the trail.

System.Exception hirarchy

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM