ErrorAction – konstruktor (String, UITechnologyElement)
Inicializuje novou instanci ErrorAction třídy pomocí popisné zprávy a prvek.
Obor názvů: Microsoft.VisualStudio.TestTools.UITest.Common
Sestavení: Microsoft.VisualStudio.TestTools.UITest.Common (v Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntaxe
'Deklarace
Public Sub New ( _
message As String, _
uiElement As UITechnologyElement _
)
public ErrorAction(
string message,
UITechnologyElement uiElement
)
public:
ErrorAction(
String^ message,
UITechnologyElement^ uiElement
)
new :
message:string *
uiElement:UITechnologyElement -> ErrorAction
public function ErrorAction(
message : String,
uiElement : UITechnologyElement
)
Parametry
- message
Typ: System.String
Popis chyby.
- uiElement
Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.UITechnologyElement
Element, kde došlo k chybě.
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.