Sdílet prostřednictvím


WebTestStoppedException – konstruktor (String, Exception)

Inicializuje novou instanci WebTestStoppedException třídy obsahující chybové zprávy a odkaz na vnitřní Exception , která způsobila výjimku.

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

Parametry

  • message
    Typ: System.String
    Chybová zpráva vysvětluje důvod výjimku.
  • innerException
    Typ: System.Exception
    Jedinou výjimkou je příčinou aktuální výjimku.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

WebTestStoppedException Třída

WebTestStoppedException – přetížení

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