Freigeben über


WebTestStoppedException-Konstruktor (SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der WebTestStoppedException-Klasse für Remoting-Szenarien.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

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

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

info ist nullein Nullverweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestStoppedException Klasse

WebTestStoppedException-Überladung

Microsoft.VisualStudio.TestTools.WebTesting-Namespace