共用方式為


WebTestEmptyTableException 建構函式 (SerializationInfo, StreamingContext)

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

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

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

參數

備註

在還原序列化 (Deserialization) 期間呼叫這個建構函式,以重新組成在資料流上傳輸的例外狀況物件 如需詳細資訊,請參閱 XML and SOAP Serialization

.NET Framework 安全性

請參閱

參考

WebTestEmptyTableException 類別

WebTestEmptyTableException 多載

Microsoft.VisualStudio.TestTools.WebTesting 命名空間