Partager via


WebTestStoppedException, constructeur (String)

Initialise une nouvelle instance de la classe WebTestStoppedException qui comporte le message d'erreur spécifié.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
public WebTestStoppedException(
    string message
)
public:
WebTestStoppedException(
    String^ message
)
new : 
        message:string -> WebTestStoppedException
public function WebTestStoppedException(
    message : String
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

WebTestStoppedException Classe

WebTestStoppedException, surcharge

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms