Klasa UITestControlNotVisibleException
Wyjątek, który jest generowany, kiedy struktury testowej UI próbuje dostęp element interfejsu użytkownika, który nie może być postrzegany przez użytkownika.
Hierarchia dziedziczenia
Object
Exception
SystemException
Microsoft.VisualStudio.TestTools.UITest.Extension.UITestException
Microsoft.VisualStudio.TestTools.UITest.Extension.PlaybackFailureException
Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITest.Extension
Zestaw: Microsoft.VisualStudio.TestTools.UITest.Extension (w Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Składnia
'Deklaracja
<SerializableAttribute> _
Public Class UITestControlNotVisibleException _
Inherits PlaybackFailureException
[SerializableAttribute]
public class UITestControlNotVisibleException : PlaybackFailureException
[SerializableAttribute]
public ref class UITestControlNotVisibleException : public PlaybackFailureException
[<SerializableAttribute>]
type UITestControlNotVisibleException =
class
inherit PlaybackFailureException
end
public class UITestControlNotVisibleException extends PlaybackFailureException
Typ UITestControlNotVisibleException uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
UITestControlNotVisibleException() | Inicjuje nowe wystąpienie UITestControlNotVisibleException klasy. | |
UITestControlNotVisibleException(String) | Inicjuje nowe wystąpienie UITestControlNotVisibleException klasy przy użyciu dostarczonego komunikat. | |
UITestControlNotVisibleException(SerializationInfo, StreamingContext) | Inicjuje nowe wystąpienie UITestControlNotVisibleException klasy do deserializacji. | |
UITestControlNotVisibleException(String, Exception) | Inicjuje nowe wystąpienie UITestControlNotVisibleException klasy. | |
UITestControlNotVisibleException(String, String, Object) | Inicjuje nowe wystąpienie UITestControlNotVisibleException klasy. | |
UITestControlNotVisibleException(String, Exception, String, Object) | Inicjuje nowe wystąpienie UITestControlNotVisibleException klasy. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
Action | Zwraca lub ustawia nazwę akcji. (Odziedziczone z PlaybackFailureException). | |
BasicMessage | Pobiera wiadomość podstawowego błędu. (Odziedziczone z UITestException). | |
Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. (Odziedziczone z Exception). | |
DefaultMessage | Pobiera domyślny komunikat, ponieważ jest on ustawiony w konfiguracji. (Zastępuje PlaybackFailureException.DefaultMessage). | |
ErrorInfo | Pobiera lub ustawia informacje dotyczące akcji test interfejsu użytkownika, który spowodował wyjątek. (Odziedziczone z UITestException). | |
ExceptionSource | Pobiera lub ustawia formant, który jest źródłem tego wyjątku. (Odziedziczone z UITestException). | |
HelpLink | Gets or sets a link to the help file associated with this exception. (Odziedziczone z Exception). | |
HResult | Pobiera lub ustawia wartość HRESULT ten wyjątek. (Odziedziczone z UITestException). | |
InnerException | Gets the Exception instance that caused the current exception. (Odziedziczone z Exception). | |
Message | Pobiera wiadomość, która została podana podczas tworzenia tego obiektu wyjątek. (Odziedziczone z UITestException). | |
ObjectName | Zwraca lub ustawia nazwę obiektu źródłowego. (Odziedziczone z PlaybackFailureException). | |
Source | Gets or sets the name of the application or the object that causes the error. (Odziedziczone z Exception). | |
StackTrace | Gets a string representation of the immediate frames on the call stack. (Odziedziczone z Exception). | |
TargetSite | Gets the method that throws the current exception. (Odziedziczone z Exception). |
Początek
Metody
Nazwa | Opis | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). | |
GetBaseException | When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (Odziedziczone z Exception). | |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). | |
GetObjectData | Krytyczny pod względem zabezpieczeń Wypełnia SerializationInfo przy użyciu informacji podanego kontekstu. (Odziedziczone z PlaybackFailureException). | |
GetType | Gets the runtime type of the current instance. (Odziedziczone z Exception). | |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). | |
SetHResult | Ustawia odpowiednie HRESULT ten wyjątek. (Odziedziczone z UITestException). | |
ToString | Creates and returns a string representation of the current exception. (Odziedziczone z Exception). |
Początek
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Extension