次の方法で共有


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

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

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

構文

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

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

パラメーター

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

関連項目

参照

ReportRenderingException クラス

ReportRenderingException オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間