Udostępnij za pośrednictwem


Konstruktor WebTestEndOfDataException — (String, Exception)

Inicjuje nowe wystąpienie WebTestEndOfDataException klasy z komunikatu o błędzie i odniesienia do wewnętrznej Exception , która spowodowała wyjątek.

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 WebTestEndOfDataException(
    string message,
    Exception innerException
)
public:
WebTestEndOfDataException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> WebTestEndOfDataException
public function WebTestEndOfDataException(
    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ą bieżącego wyjątek.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestEndOfDataException Klasa

Przeciążenie WebTestEndOfDataException

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting