ReportViewerException コンストラクター (String)
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
このコンストラクターは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll)
構文
'宣言
Protected Sub New ( _
message As String _
)
'使用
Dim message As String
Dim instance As New ReportViewerException(message)
protected ReportViewerException(
string message
)
protected:
ReportViewerException(
String^ message
)
new :
message:string -> ReportViewerException
protected function ReportViewerException(
message : String
)
パラメーター
- message
型: System.String