次の方法で共有


ReportRenderingException クラス

この ReportRenderingException クラスは、ランタイム例外を作成するために表示拡張機能によって使用されます。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
<SerializableAttribute> _
Public Class ReportRenderingException _
    Inherits Exception
'使用
Dim instance As ReportRenderingException
[SerializableAttribute]
public class ReportRenderingException : Exception
[SerializableAttribute]
public ref class ReportRenderingException : public Exception
[<SerializableAttribute>]
type ReportRenderingException =  
    class
        inherit Exception
    end
public class ReportRenderingException extends Exception

継承階層

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.ReportingServices.OnDemandReportRendering..::..ReportRenderingException

スレッド セーフ

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