ConnectionFailedWebTestException – konstruktor (String)
Inicializuje novou instanci ConnectionFailedWebTestException třídy určené chybové zprávy.
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 ConnectionFailedWebTestException(
string message
)
public:
ConnectionFailedWebTestException(
String^ message
)
new :
message:string -> ConnectionFailedWebTestException
public function ConnectionFailedWebTestException(
message : String
)
Parametry
- message
Typ: System.String
Zpráva popisující chybu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
ConnectionFailedWebTestException Třída
ConnectionFailedWebTestException – přetížení