次の方法で共有


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

指定されたエラー コードおよび内部例外と、例外が予期しないものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

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

構文

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

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

パラメーター

  • errCode
    型: ErrorCode
    例外のエラー コード。
  • unexpected
    型: System.Boolean
    例外が予期しないものであることを示す場合は true、それ以外の場合は false を返します。

関連項目

参照

ReportRenderingException クラス

ReportRenderingException オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間