Klasa UITestJScriptExecutionException
Klasa podstawowa dla wszystkich wyjątków UITest.
Hierarchia dziedziczenia
Object
Exception
SystemException
Microsoft.VisualStudio.TestTools.UITest.Extension.UITestException
Microsoft.VisualStudio.TestTools.UITest.Extension.UITestJScriptExecutionException
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 UITestJScriptExecutionException _
Inherits UITestException
[SerializableAttribute]
public class UITestJScriptExecutionException : UITestException
[SerializableAttribute]
public ref class UITestJScriptExecutionException : public UITestException
[<SerializableAttribute>]
type UITestJScriptExecutionException =
class
inherit UITestException
end
public class UITestJScriptExecutionException extends UITestException
Typ UITestJScriptExecutionException uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
UITestJScriptExecutionException() | Konstruktor domyślny. | |
UITestJScriptExecutionException(String) | Utwórz nowe wystąpienie przy użyciu wiadomości. | |
UITestJScriptExecutionException(SerializationInfo, StreamingContext) | Konstruktor deserializacji. | |
UITestJScriptExecutionException(String, Exception) | Utwórz nowe wystąpienie przy użyciu wiadomości i wewnętrzny wyjątek. |
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 | Komunikat domyślny dla tego typu wyjątku.To jest zastępowane zazwyczaj klas pochodnych wyjątków zapewnienie wiadomościach domyślne.W przypadku, gdy użytkownik jawnie nie ustawił żadnego komunikatu, komunikat domyślny jest używany przez BasicMessage i podstawy.Wiadomość. (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). | |
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ń When overridden in a derived class, sets the SerializationInfo with information about the exception. (Odziedziczone z UITestException). | |
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