ReportRenderingException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (microsoft.reportingservices.processingcore.dll 内)
構文
'宣言
Public Sub New ( _
errCode As ErrorCode, _
innerException As Exception _
)
public ReportRenderingException (
ErrorCode errCode,
Exception innerException
)
public:
ReportRenderingException (
ErrorCode errCode,
Exception^ innerException
)
public ReportRenderingException (
ErrorCode errCode,
Exception innerException
)
public function ReportRenderingException (
errCode : ErrorCode,
innerException : Exception
)
パラメータ
- errCode
例外で返されるエラー コードです。
- innerException
表示例外に渡される例外です。
解説
このコンストラクタは、エラー コードのレポート表示例外で内部例外をラップします。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
ReportRenderingException Class
ReportRenderingException Members
Microsoft.ReportingServices.ReportRendering Namespace