ReportErrorEventArgs.Exception プロパティ
発行: 2016年4月
レポート エラーに関する情報を含んでいる例外オブジェクトを返します。
名前空間: 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
レポート エラーに関する情報を含んでいる例外オブジェクト。
参照
ReportErrorEventArgs クラス
Microsoft.Reporting.WinForms 名前空間
トップに戻る