共用方式為


RenderingCompleteEventArgs.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 物件,如果未發生例外狀況,便是 nullnull 參考 (即 Visual Basic 中的 Nothing)。

請參閱

參考

RenderingCompleteEventArgs 類別

Microsoft.Reporting.WinForms 命名空間