次の方法で共有


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

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

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

構文

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

Dim instance As New ReportRenderingException(errCode, _
    innerException)
public ReportRenderingException(
    ErrorCode errCode,
    Exception innerException
)
public:
ReportRenderingException(
    ErrorCode errCode, 
    Exception^ innerException
)
new : 
        errCode:ErrorCode * 
        innerException:Exception -> ReportRenderingException
public function ReportRenderingException(
    errCode : ErrorCode, 
    innerException : Exception
)

パラメーター

  • errCode
    型: ErrorCode
    例外のエラー コード。

関連項目

参照

ReportRenderingException クラス

ReportRenderingException オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間