ReportErrorEventArgs.Exception 屬性
傳回包含報表錯誤相關資訊的 Exception 物件。
命名空間: Microsoft.Reporting.WinForms
組件: Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)
語法
'宣告
Public ReadOnly Property Exception As Exception
public Exception Exception { get; }
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception with get
function get Exception () : Exception
屬性值
類型:Exception
包含報表錯誤相關資訊的 Exception 物件。