Share via


ReportViewerException コンストラクター (String, Exception)

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

このコンストラクターは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)

構文

'宣言
Protected Sub New ( _
    message As String, _
    innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception

Dim instance As New ReportViewerException(message, _
    innerException)
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
)

パラメーター

関連項目

参照

ReportViewerException クラス

ReportViewerException オーバーロード

Microsoft.Reporting.WinForms 名前空間