RenderingCompleteEventArgs.Exception プロパティ
例外が発生した場合は、Exception オブジェクトが含まれています。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Public ReadOnly Property Exception As Exception
Get
'使用
Dim instance As RenderingCompleteEventArgs
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 オブジェクト、例外が発生しなかった場合は nullNULL 参照 (Visual Basic では Nothing)。