VS 2015 IntelliSense: Exceptions Thrown not Previewed

前端 未结 2 1549
深忆病人
深忆病人 2020-12-06 11:00

I just upgraded to VS 2015 Enterprise Edition and am working with C#.

In VS 2013 I was able to add XML Exception tags to my methods and when trying to use that metho

相关标签:
2条回答
  • 2020-12-06 11:18

    You could use this kind of summary instead

        /// <summary>
        /// throws <exception cref="MyException">MyException</exception>
        /// </summary>
    
    0 讨论(0)
  • 2020-12-06 11:41

    This issue has been resolved in Visual Studio 2015 Update 1.

    You can download it here.

    0 讨论(0)
提交回复
热议问题