Sdílet prostřednictvím


WebTestStoppedException – konstruktor (SerializationInfo, StreamingContext)

Inicializuje novou instanci WebTestStoppedException třídy scénářů vzdálené komunikace.

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 WebTestStoppedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
WebTestStoppedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> WebTestStoppedException
protected function WebTestStoppedException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parametry

Výjimky

Výjimka Podmínka
ArgumentNullException

info je nullodkaz null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestStoppedException Třída

WebTestStoppedException – přetížení

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