似乎无法在这里/谷歌上找到任何答案,我知道我应该在ReSharper的支持下问,但我想我可能会在这里得到更快的答案。
我已根据以下代码为Exception创建了XML文档;
/// <summary>
/// Commits any changes to the Database and raises the Saved event.
/// </summary>
/// <exception cref="InvalidOperationException">Exception description goes here.</exception>
void Commit();
但是在查看方法时,我只能得到以下内容;
有没有人对如何获得“异常描述在这里”有任何建议。出现在Intellisense弹出窗口中?
如果有帮助,我正在使用R#版本7.1.3和Visual Studio Professional 2012版本11.0.60610.01更新3。我试图重建和清理项目,同样的问题。