次の方法で共有


ReportViewerException コンストラクター (SerializationInfo, StreamingContext)

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

シリアル化されたデータを使用して、ReportViewerException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

'宣言
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected ReportViewerException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ReportViewerException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ReportViewerException
protected function ReportViewerException(
    info : SerializationInfo, 
    context : StreamingContext
)

パラメーター

  • info
    型 : SerializationInfo
    スローされる例外に関するシリアル化されたデータを保持する [System.Runtime.Serialization.SerializationInfo]。
  • context
    型 : StreamingContext
    転送元または転送先に関するコンテキスト情報。

参照

関連項目

ReportViewerException クラス

ReportViewerException オーバーロード

Microsoft.Reporting.WinForms 名前空間