ReportServerException 建構函式 (SerializationInfo, StreamingContext)

 

發行︰ 2016年4月

此 API 支援 產品 基礎結構,而且不適合直接從程式碼使用。

使用序列化資料,初始化 ReportServerException 類別的新執行個體。

命名空間:   Microsoft.Reporting.WinForms
組件:  Microsoft.ReportViewer.WinForms (於 Microsoft.ReportViewer.WinForms.dll)

語法

protected ReportServerException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ReportServerException(
    SerializationInfo^ info,
    StreamingContext context
)
new : 
        info:SerializationInfo *
        context:StreamingContext -> ReportServerException
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

參數

另請參閱

ReportServerException 多載
ReportServerException 類別
Microsoft.Reporting.WinForms 命名空間

回到頁首