Sdílet prostřednictvím


WebTestEmptyTableException – konstruktor (String, Exception)

Inicializuje novou instanci WebTestEmptyTableException třídy určené chybovou zprávu a odkaz na vnitřní výjimka, který je příčinou této výjimky.

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, _
    innerException As Exception _
)
public WebTestEmptyTableException(
    string message,
    Exception innerException
)
public:
WebTestEmptyTableException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WebTestEmptyTableException
public function WebTestEmptyTableException(
    message : String, 
    innerException : Exception
)

Parametry

  • message
    Typ: System.String
    Chybová zpráva s vysvětlením důvodu výjimky.
  • innerException
    Typ: System.Exception
    Výjimka, který je příčinou aktuální výjimku nebo nullodkaz null (Nothing v jazyce Visual Basic) Pokud není zadán žádný vnitřní výjimka.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebTestEmptyTableException Třída

WebTestEmptyTableException – přetížení

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