Udostępnij za pośrednictwem


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
System_CAPS_pubmethod 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
System_CAPS_pubproperty Action

Pobiera skojarzonym UITestAction obiektu.(Odziedziczone po: UITestActionEventArgs.)

System_CAPS_pubproperty Error

Pobiera Exception , która spowodowała błąd.

System_CAPS_pubproperty Result

Pobiera lub ustawia wynik działania skojarzone.

Metody

Nazwa Opis
System_CAPS_pubmethod Equals(Object)

(Odziedziczone po: Object.)

System_CAPS_protmethod Finalize()

(Odziedziczone po: Object.)

System_CAPS_pubmethod GetHashCode()

(Odziedziczone po: Object.)

System_CAPS_pubmethod GetType()

(Odziedziczone po: Object.)

System_CAPS_protmethod MemberwiseClone()

(Odziedziczone po: Object.)

System_CAPS_pubmethod 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