次の方法で共有


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

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

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

構文

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

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

パラメーター

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

関連項目

参照

ReportRenderingException クラス

ReportRenderingException オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間