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