次の方法で共有


ReportRenderingException Constructor (Exception)

ReportRenderingException クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.ReportingServices.ReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (microsoft.reportingservices.processingcore.dll 内)

構文

'宣言
Public Sub New ( _
    innerException As Exception _
)
public ReportRenderingException (
    Exception innerException
)
public:
ReportRenderingException (
    Exception^ innerException
)
public ReportRenderingException (
    Exception innerException
)
public function ReportRenderingException (
    innerException : Exception
)

パラメータ

  • innerException
    表示例外に渡される例外です。

解説

このコンストラクタは、内部エラーを含むレポート表示例外で内部例外をラップします。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

ReportRenderingException Class
ReportRenderingException Members
Microsoft.ReportingServices.ReportRendering Namespace