共用方式為


ConnectionFailedWebTestException 建構函式 (SerializationInfo, StreamingContext)

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

語法

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

參數

  • info
    類型:SerializationInfo
  • context
    類型:StreamingContext

.NET Framework 安全性

請參閱

參考

ConnectionFailedWebTestException 類別

ConnectionFailedWebTestException 多載

Microsoft.VisualStudio.TestTools.WebTesting 命名空間