Klasa UITestControlNotFoundException
Wyjątek, który jest generowany, gdy próbuje uzyskać dostęp formantu test interfejsu użytkownika, którego nie można odnaleźć test framework interfejsu użytkownika.
Hierarchia dziedziczenia
Object
Exception
SystemException
Microsoft.VisualStudio.TestTools.UITest.Extension.UITestException
Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
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 UITestControlNotFoundException _
Inherits UITestException
[SerializableAttribute]
public class UITestControlNotFoundException : UITestException
[SerializableAttribute]
public ref class UITestControlNotFoundException : public UITestException
[<SerializableAttribute>]
type UITestControlNotFoundException =
class
inherit UITestException
end
public class UITestControlNotFoundException extends UITestException
Typ UITestControlNotFoundException uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
UITestControlNotFoundException() | Inicjuje nowe wystąpienie klasy UITestControlNotFoundException. | |
UITestControlNotFoundException(String) | Inicjuje nowe wystąpienie UITestControlNotFoundException klasy przy użyciu dostarczonego komunikat. | |
UITestControlNotFoundException(SerializationInfo, StreamingContext) | Inicjuje nowe wystąpienie UITestControlNotFoundException klasy do deserializacji. | |
UITestControlNotFoundException(String, Exception) | Inicjuje nowe wystąpienie UITestControlNotFoundException klasy przy użyciu dostarczonego błąd wiadomości i wewnętrzny wyjątek. | |
UITestControlNotFoundException(String, String, Object) | Inicjuje nowe wystąpienie UITestControlNotFoundException klasy przy użyciu dostarczonego komunikat, interfejsu użytkownika kontroli badań i źródła. | |
UITestControlNotFoundException(String, Exception, String, Object) | Inicjuje nowe wystąpienie UITestControlNotFoundException klasy przy użyciu dostarczonego komunikat, wewnętrzny wyjątek, interfejsu użytkownika kontroli badań i źródła. | |
UITestControlNotFoundException(PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object) | Inicjuje nowe wystąpienie UITestControlNotFoundException klasy za pomocą właściwości formantu podstawowym warunkiem, właściwości formantu pomocniczego, sterowania interfejsem użytkownika root, interfejsu użytkownika kontroli badań i źródła. | |
UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object) | Inicjuje nowe wystąpienie klasy UITestControlNotFoundException. | |
UITestControlNotFoundException(PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object) | Inicjuje nowe wystąpienie UITestControlNotFoundException klasy za pomocą właściwości formantu podstawowym warunkiem właściwości formantu pomocniczy, wewnętrzny wyjątek, informacje o ostatnim wywołania, interfejsu użytkownika kontroli badań i źródła. | |
UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object) | Inicjuje nowe wystąpienie klasy UITestControlNotFoundException. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
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 skonfigurowany domyślny komunikat o błędzie dla tego rodzaju wyjątek. (Zastępuje UITestException.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). | |
PrimaryProperties | Pobiera zbiór podstawowych właściwości formantu docelowego. | |
RootElement | Pobiera lub ustawia string reprezentację elementu głównego. | |
SecondaryProperties | Pobiera Kolekcja właściwości pomocnicze formantu docelowego. | |
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ń Wstawia obiekt danych serializacji podane przy użyciu podanego kontekstu. (Zastępuje UITestException.GetObjectData(SerializationInfo, StreamingContext)). | |
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