Udostępnij za pośrednictwem


Konstruktor WebTestEmptyTableException — (String, Exception)

Inicjuje nowe wystąpienie WebTestEmptyTableException klasy z określonym komunikat i odniesienia do wyjątek wewnętrzny, który jest przyczyną tego wyjątku.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
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: String

    Komunikat o błędzie wyjaśniający przyczynę wyjątku.

  • innerException
    Typ: Exception

    Wyjątek, który jest przyczyną, z wyjątkiem bieżącej, lub nullodwołanie o wartości null (Nothing w języku Visual Basic) , jeśli nie określono żadnych wyjątek wewnętrzny.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestEmptyTableException Klasa

Przeciążenie WebTestEmptyTableException

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting