Sdílet prostřednictvím


WebTestException – konstruktor (String)

Inicializuje novou instanci WebTestException třídy s chybovou zprávou.

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 WebTestException(
    string message
)
public:
WebTestException(
    String^ message
)
new : 
        message:string -> WebTestException
public function WebTestException(
    message : String
)

Parametry

Poznámky

Pokud message je nullodkaz null (Nothing v jazyce Visual Basic), je zásobník volání s čísly soubor a řádek výstupu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestException Třída

WebTestException – přetížení

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