ReportServerException コンストラクター (String, String, Exception)
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
エラー メッセージ、エラー コード、および内部例外を使用して、ReportServerException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
構文
'宣言
Protected Sub New ( _
message As String, _
errorCode As String, _
innerException As Exception _
)
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
型 : String
エラーを説明するメッセージ。
- errorCode
型 : String
例外のエラー コード。
- innerException
型 : Exception
現在の例外の原因となった内部例外。内部例外を指定しない場合は nullnull 参照 (Visual Basic では Nothing)。