Sdílet prostřednictvím


ConnectionFailedWebTestException – konstruktor (SerializationInfo, StreamingContext)

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • info
    Typ: SerializationInfo
  • context
    Typ: StreamingContext

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ConnectionFailedWebTestException Třída

ConnectionFailedWebTestException – přetížení

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů