0
我正在瀏覽遺留代碼庫並記錄各種異常情況,例如,使用智能感知*彈出窗口查看異常備註*
''' <summary>
''' Retrieves the configuration values.
''' </summary>
''' <returns>An IDictionary representing the configuration values section of this application.</returns>
''' <exception cref="ConfigurationException">A configuration file could not be loaded.</exception>
可正常工作的Summary
,但我沒有看到我的異常的話,當我嘗試使用智能感知彈出
我希望看到「一個配置文件無法加載。「這裏,但我不是。
這是預期的行爲?
是否有一個設置可以讓我在不離開當前編輯器窗口的情況下看到更多信息?