次の方法で共有


ReportRenderingException コンストラクター (Exception)

指定された内部例外を使用して ReportRenderingException クラスの新しいインスタンスを作成します。

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

構文

'宣言
Public Sub New ( _
    innerException As Exception _
)
'使用
Dim innerException As Exception 

Dim instance As New ReportRenderingException(innerException)
public ReportRenderingException(
    Exception innerException
)
public:
ReportRenderingException(
    Exception^ innerException
)
new : 
        innerException:Exception -> ReportRenderingException
public function ReportRenderingException(
    innerException : Exception
)

パラメーター

関連項目

参照

ReportRenderingException クラス

ReportRenderingException オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間