Compartilhar via


Construtor WebTestStoppedException (SerializationInfo, StreamingContext)

Inicializa uma nova instância de WebTestStoppedException classe para cenários de comunicação remota.

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

Sintaxe

'Declaração
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

Exceções

Exceção Condição
ArgumentNullException

info é nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

WebTestStoppedException Classe

Sobrecargas WebTestStoppedException

Namespace Microsoft.VisualStudio.TestTools.WebTesting