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

推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- Flutter開發實戰詳解
- Getting started with Google Guava
- Dynamics 365 Application Development
- Ceph Cookbook
- Manga Studio Ex 5 Cookbook
- 自己動手寫Java虛擬機
- Learning Flask Framework
- Python高級機器學習
- INSTANT Django 1.5 Application Development Starter
- 劍指MySQL:架構、調優與運維
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Python深度學習:基于TensorFlow
- C++從入門到精通(第5版)
- Programming with CodeIgniterMVC