次の方法で共有


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

指定されたエラー メッセージと、例外が原因不明のものかどうかを示すフラグを使用して、ReportRenderingException クラスの新しいインスタンスを作成します。

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

構文

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

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

パラメーター

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

関連項目

参照

ReportRenderingException クラス

ReportRenderingException オーバーロード

Microsoft.ReportingServices.OnDemandReportRendering 名前空間