Show exceptions in intellisense?

后端 未结 2 672

I\'m using Visual Studio 2013 Ultimate.

In the C# code editor, members that has documented exceptions can be listed through Intellisense:

My question is

2条回答
  •  有刺的猬
    2021-01-21 04:00

    This window that shows information about the current programming construct is called quick info. For VB.NET, the quick info didn't and it can't show the exception list in any version of Visual Studio up to and including VS2015. For C#, as you already know, the exception list is shown but not in VS2015. The reason that VS2015 C# quick info doesn't show the exception list is simply because it's a bug and it's supposed to be fixed in VS2015 Update 1. In fact this update might also show the exception list in the VB.NET quick info but I didn't check.

提交回复
热议问题