Klasa UITestErrorEventArgs
Zawiera argumenty zdarzeń dla wyjątków, które są generowane, gdy wystąpi błąd podczas przetwarzania badań w interfejsie użytkownika (UI).
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Hierarchia dziedziczenia
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.UITest.Common.UITestActionEventArgs
Microsoft.VisualStudio.TestTools.UITest.Common.UITestErrorEventArgs
Składnia
public class UITestErrorEventArgs : UITestActionEventArgs
public ref class UITestErrorEventArgs : UITestActionEventArgs
type UITestErrorEventArgs =
class
inherit UITestActionEventArgs
end
Public Class UITestErrorEventArgs
Inherits UITestActionEventArgs
Konstruktorzy
Nazwa | Opis | |
---|---|---|
UITestErrorEventArgs(UITestAction, Exception) | Inicjuje nowe wystąpienie T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestErrorEventArgs klasy przy użyciu dostarczonego akcji i wyjątków. |
Właściwości
Nazwa | Opis | |
---|---|---|
Action | Pobiera skojarzonym UITestAction obiektu.(Odziedziczone po: UITestActionEventArgs.) |
|
Error | Pobiera Exception , która spowodowała błąd. |
|
Result | Pobiera lub ustawia wynik działania skojarzone. |
Metody
Nazwa | Opis | |
---|---|---|
Equals(Object) | (Odziedziczone po: Object.) |
|
Finalize() | (Odziedziczone po: Object.) |
|
GetHashCode() | (Odziedziczone po: Object.) |
|
GetType() | (Odziedziczone po: Object.) |
|
MemberwiseClone() | (Odziedziczone po: Object.) |
|
ToString() | (Odziedziczone po: Object.) |
Bezpieczeństwo wątku
Wszelkie elementy członkowskie z publiczną metodą static tego typu (Udostępniane w programie Visual Basic) gwarantują bezpieczeństwo wątku. Nie gwarantuje się bezpieczeństwa wątkowego żadnych elementów członkowskich wystąpień.
Zobacz też
T:Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestActionEventArgs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common
Powrót do początku