Konstruktor ErrorAction — (String, UITechnologyElement)
Inicjuje nowe wystąpienie ErrorAction klasy przy użyciu komunikatu opisowego i element.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Składnia
public ErrorAction(
string message,
UITechnologyElement uiElement
)
public:
ErrorAction(
String^ message,
UITechnologyElement^ uiElement
)
new :
message:string *
uiElement:UITechnologyElement -> ErrorAction
Public Sub New (
message As String,
uiElement As UITechnologyElement
)
Parametry
- message
Opis błędu.
- uiElement
Element, w którym wystąpił błąd.
Zobacz też
ErrorAction Przeciążenie
Klasa ErrorAction
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku