UITestControlNotVisibleException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| UITestControlNotVisibleException() |
Initialisiert eine neue Instanz der UITestControlNotVisibleException-Klasse. |
| UITestControlNotVisibleException(String) |
Initialisiert eine neue Instanz der- UITestControlNotVisibleException Klasse unter Verwendung der angegebenen Fehlermeldung. |
| UITestControlNotVisibleException(SerializationInfo, StreamingContext) |
Initialisiert eine neue Instanz der- UITestControlNotVisibleException Klasse für die Deserialisierung. |
| UITestControlNotVisibleException(String, Exception) |
Initialisiert eine neue Instanz der UITestControlNotVisibleException-Klasse. |
| UITestControlNotVisibleException(String, String, Object) |
Initialisiert eine neue Instanz der UITestControlNotVisibleException-Klasse. |
| UITestControlNotVisibleException(String, Exception, String, Object) |
Initialisiert eine neue Instanz der UITestControlNotVisibleException-Klasse. |
UITestControlNotVisibleException()
Initialisiert eine neue Instanz der UITestControlNotVisibleException-Klasse.
public:
UITestControlNotVisibleException();
public UITestControlNotVisibleException ();
Public Sub New ()
Gilt für
UITestControlNotVisibleException(String)
Initialisiert eine neue Instanz der- UITestControlNotVisibleException Klasse unter Verwendung der angegebenen Fehlermeldung.
public:
UITestControlNotVisibleException(System::String ^ message);
public UITestControlNotVisibleException (string message);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException : string -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Public Sub New (message As String)
Parameter
- message
- String
Die Fehlermeldung.
Gilt für
UITestControlNotVisibleException(SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der- UITestControlNotVisibleException Klasse für die Deserialisierung.
protected:
UITestControlNotVisibleException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected UITestControlNotVisibleException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Ein SerializationInfo-Objekt.
- context
- StreamingContext
Ein StreamingContext-Objekt.
Gilt für
UITestControlNotVisibleException(String, Exception)
Initialisiert eine neue Instanz der UITestControlNotVisibleException-Klasse.
public:
UITestControlNotVisibleException(System::String ^ message, Exception ^ innerException);
public UITestControlNotVisibleException (string message, Exception innerException);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException : string * Exception -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Die Fehlermeldung.
- innerException
- Exception
Die ursprüngliche Ausnahme, die die aktuelle Ausnahme verursacht hat.
Gilt für
UITestControlNotVisibleException(String, String, Object)
Initialisiert eine neue Instanz der UITestControlNotVisibleException-Klasse.
public:
UITestControlNotVisibleException(System::String ^ message, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotVisibleException (string message, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException : string * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Public Sub New (message As String, uiTestControl As String, exceptionSource As Object)
Parameter
- message
- String
Die Fehlermeldung.
- uiTestControl
- String
Eine Zeichen folgen Darstellung des UITestControl , das blockiert ist.
- exceptionSource
- Object
Das Objekt, das die Quelle der Ausnahme ist.
Gilt für
UITestControlNotVisibleException(String, Exception, String, Object)
Initialisiert eine neue Instanz der UITestControlNotVisibleException-Klasse.
public:
UITestControlNotVisibleException(System::String ^ message, Exception ^ innerException, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotVisibleException (string message, Exception innerException, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException : string * Exception * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotVisibleException
Public Sub New (message As String, innerException As Exception, uiTestControl As String, exceptionSource As Object)
Parameter
- message
- String
Die Fehlermeldung.
- innerException
- Exception
Die ursprüngliche Ausnahme, die die aktuelle Ausnahme verursacht hat.
- uiTestControl
- String
Eine Zeichen folgen Darstellung des UITestControl , das blockiert ist.
- exceptionSource
- Object
Das Objekt, das die Quelle der Ausnahme ist.