ReportErrorEventArgs.Exception 屬性

 

發佈時間: 2016年4月

傳回包含報表錯誤相關資訊的 Exception 物件。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (在 Microsoft.ReportViewer.WinForms.dll 中)

語法

public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get();
}
member Exception : Exception with get
Public ReadOnly Property Exception As Exception

屬性值

Type: System.Exception

包含報表錯誤相關資訊的 Exception 物件。

請參閱

ReportErrorEventArgs 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首