- 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:

推薦閱讀
- Manga Studio Ex 5 Cookbook
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- Django開發從入門到實踐
- Magento 2 Development Cookbook
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- HTML5權威指南
- QGIS 2 Cookbook
- App Inventor 2 Essentials
- Mastering SciPy
- Three.js權威指南:在網頁上創建3D圖形和動畫的方法與實踐(原書第4版)
- Java語言程序設計實用教程(第2版)
- 網頁設計與制作
- H5頁面設計與制作(全彩慕課版·第2版)
- 小學生C++趣味編程從入門到精通
- Java Script從入門到精通(第5版)