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
You could use this kind of summary instead
/// <summary> /// throws <exception cref="MyException">MyException</exception> /// </summary>
This issue has been resolved in Visual Studio 2015 Update 1.
You can download it here.