- Mastering Visual Studio 2017
- Kunal Chowdhury
- 114字
- 2021-07-15 17:26:36
The new exception helper
Handling an exception is the most crucial part for a developer and it becomes frustrating when you are unable to define the cause of the same. Previous versions of Visual Studio do not provide more details about the exception other than a generic contextual UI to the developer in debug mode.
Microsoft worked on a redesigned UI for the exception helper to give you more details of the exception in a compact non-modal dialog with quick access to the inner exception. When there is a NullReferenceException, the new UI shows you what was null. Take a look at the following screenshot that shows antivirusList was null, which caused the issue:

推薦閱讀
- 圖解Java數據結構與算法(微課視頻版)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Unity 2020 Mobile Game Development
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- 網店設計看這本就夠了
- 重學Java設計模式
- SharePoint Development with the SharePoint Framework
- Spring快速入門
- 單片機原理及應用技術
- Mastering HTML5 Forms
- Arduino機器人系統設計及開發
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- micro:bit軟件指南
- MySQL從入門到精通