Sdílet prostřednictvím


WebTestStoppedException – konstruktor (String)

Inicializuje novou instanci WebTestStoppedException třídy, která obsahuje zadaný chybová zpráva.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestStoppedException Třída

WebTestStoppedException – přetížení

Microsoft.VisualStudio.TestTools.WebTesting – obor názvů