Compartir a través de


WebTestStoppedException (Constructor) (SerializationInfo, StreamingContext)

Inicializa una instancia nueva de la clase WebTestStoppedException para los escenarios de comunicación remota.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
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
)

Parámetros

Excepciones

Excepción Condición
ArgumentNullException

info es nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

WebTestStoppedException Clase

WebTestStoppedException (Sobrecarga)

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)