Partilhar via


Construtor ConnectionFailedWebTestException (String)

Inicializa uma nova instância da ConnectionFailedWebTestException classe com uma mensagem de erro especificado.

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

Sintaxe

'Declaração
Public Sub New ( _
    message As String _
)
public ConnectionFailedWebTestException(
    string message
)
public:
ConnectionFailedWebTestException(
    String^ message
)
new : 
        message:string -> ConnectionFailedWebTestException
public function ConnectionFailedWebTestException(
    message : String
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ConnectionFailedWebTestException Classe

Sobrecargas ConnectionFailedWebTestException

Namespace Microsoft.VisualStudio.TestTools.WebTesting

Message