レポート エラーに関する情報を含んでいる例外オブジェクトを返します。
名前空間: Microsoft.Reporting.WebForms
アセンブリ: Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.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
レポート エラーに関する情報を含んでいる例外オブジェクト。