ReportViewerException コンストラクター (String, Exception)
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
エラー メッセージと内部例外を使用して、ReportViewerException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
'宣言
Protected Sub New ( _
message As String, _
innerException As Exception _
)
protected ReportViewerException(
string message,
Exception innerException
)
protected:
ReportViewerException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ReportViewerException
protected function ReportViewerException(
message : String,
innerException : Exception
)
パラメーター
- message
型 : String
エラーを説明するメッセージ。
- innerException
型 : Exception
現在の例外の原因となった内部例外。