次の方法で共有


ReportRenderingException Class

表示拡張機能が例外をスローできるようにします。このクラスは、必要に応じて表示拡張機能が特定の表示例外を生成できるようにします。

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

構文

'宣言
<SerializableAttribute> _
Public Class ReportRenderingException
    Inherits Exception
[SerializableAttribute] 
public class ReportRenderingException : Exception
[SerializableAttribute] 
public ref class ReportRenderingException : public Exception
/** @attribute SerializableAttribute() */ 
public class ReportRenderingException extends Exception
SerializableAttribute 
public class ReportRenderingException extends Exception

解説

これらの例外は、レポート サーバーによってキャッチされ、SOAP API を使用して SOAP 例外として配信されます。この例外クラスは、レポートが表示できない場合に限って使用します。

継承階層

System.Object
   System.Exception
    Microsoft.ReportingServices.ReportRendering.ReportRenderingException

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

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

対象プラットフォーム

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

参照

関連項目

ReportRenderingException Members
Microsoft.ReportingServices.ReportRendering Namespace