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