UITestControlNotFoundException Konstruktoren

Definition

Überlädt

UITestControlNotFoundException()

Initialisiert eine neue Instanz der UITestControlNotFoundException-Klasse.

UITestControlNotFoundException(String)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse unter Verwendung der angegebenen Fehlermeldung.

UITestControlNotFoundException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse für die Deserialisierung.

UITestControlNotFoundException(String, Exception)

Initialisiert eine neue Instanz der UITestControlNotFoundException -Klasse unter Verwendung der angegebenen Fehlermeldung und der angegebenen inneren Ausnahme.

UITestControlNotFoundException(String, String, Object)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse mit der angegebenen Fehlermeldung, dem UI-Test Steuerelement und der angegebenen Quelle.

UITestControlNotFoundException(String, Exception, String, Object)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse mit der bereitgestellten Fehlermeldung, der inneren Ausnahme, dem UI-Test Steuerelement und der Quelle.

UITestControlNotFoundException(PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse mit den angegebenen primären Steuerelement Eigenschaften, den sekundären Steuerelement Eigenschaften, dem Stamm-UI-Steuerelement, dem UI-Test Steuerelement und der Quelle.

UITestControlNotFoundException(PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse mit den bereitgestellten primären Steuerelement Eigenschaften, den sekundären Steuerelement Eigenschaften, der internen Ausnahme, den letzten Aufruf Informationen, dem UI-Test Steuerelement und der Quelle.

UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object)

Initialisiert eine neue Instanz der UITestControlNotFoundException-Klasse.

UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)

Initialisiert eine neue Instanz der UITestControlNotFoundException-Klasse.

UITestControlNotFoundException()

Initialisiert eine neue Instanz der UITestControlNotFoundException-Klasse.

public:
 UITestControlNotFoundException();
public UITestControlNotFoundException ();
Public Sub New ()

Gilt für

UITestControlNotFoundException(String)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse unter Verwendung der angegebenen Fehlermeldung.

public:
 UITestControlNotFoundException(System::String ^ message);
public UITestControlNotFoundException (string message);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (message As String)

Parameter

message
String

Die Fehlermeldung.

Gilt für

UITestControlNotFoundException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse für die Deserialisierung.

protected:
 UITestControlNotFoundException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected UITestControlNotFoundException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

context
StreamingContext

Ein SerializationContext-Objekt.

Gilt für

UITestControlNotFoundException(String, Exception)

Initialisiert eine neue Instanz der UITestControlNotFoundException -Klasse unter Verwendung der angegebenen Fehlermeldung und der angegebenen inneren Ausnahme.

public:
 UITestControlNotFoundException(System::String ^ message, Exception ^ innerException);
public UITestControlNotFoundException (string message, Exception innerException);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string * Exception -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
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

UITestControlNotFoundException(String, String, Object)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse mit der angegebenen Fehlermeldung, dem UI-Test Steuerelement und der angegebenen Quelle.

public:
 UITestControlNotFoundException(System::String ^ message, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (string message, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
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

UITestControlNotFoundException(String, Exception, String, Object)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse mit der bereitgestellten Fehlermeldung, der inneren Ausnahme, dem UI-Test Steuerelement und der Quelle.

public:
 UITestControlNotFoundException(System::String ^ message, Exception ^ innerException, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (string message, Exception innerException, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string * Exception * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
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.

Gilt für

UITestControlNotFoundException(PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse mit den angegebenen primären Steuerelement Eigenschaften, den sekundären Steuerelement Eigenschaften, dem Stamm-UI-Steuerelement, dem UI-Test Steuerelement und der Quelle.

public:
 UITestControlNotFoundException(Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ primaryProperties, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ secondaryProperties, System::String ^ root, Exception ^ innerException, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection primaryProperties, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection secondaryProperties, string root, Exception innerException, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * string * Exception * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (primaryProperties As PropertyExpressionCollection, secondaryProperties As PropertyExpressionCollection, root As String, innerException As Exception, uiTestControl As String, exceptionSource As Object)

Parameter

primaryProperties
PropertyExpressionCollection

Die primären Eigenschaften des-Steuer Elements.

secondaryProperties
PropertyExpressionCollection

Die sekundären Eigenschaften des-Steuer Elements.

root
String

Eine Zeichen folgen Darstellung des Stamm Elements.

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.

Gilt für

UITestControlNotFoundException(PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)

Initialisiert eine neue Instanz der- UITestControlNotFoundException Klasse mit den bereitgestellten primären Steuerelement Eigenschaften, den sekundären Steuerelement Eigenschaften, der internen Ausnahme, den letzten Aufruf Informationen, dem UI-Test Steuerelement und der Quelle.

public:
 UITestControlNotFoundException(Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ primaryProperties, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ secondaryProperties, System::String ^ root, Exception ^ innerException, Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ lastInfo, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection primaryProperties, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection secondaryProperties, string root, Exception innerException, Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo lastInfo, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * string * Exception * Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (primaryProperties As PropertyExpressionCollection, secondaryProperties As PropertyExpressionCollection, root As String, innerException As Exception, lastInfo As ILastInvocationInfo, uiTestControl As String, exceptionSource As Object)

Parameter

primaryProperties
PropertyExpressionCollection

Die primären Eigenschaften des-Steuer Elements.

secondaryProperties
PropertyExpressionCollection

Die sekundären Eigenschaften des-Steuer Elements.

root
String

Eine Zeichen folgen Darstellung des Stamm Elements.

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.

Gilt für

UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object)

Initialisiert eine neue Instanz der UITestControlNotFoundException-Klasse.

public:
 UITestControlNotFoundException(System::String ^ message, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ primaryProperties, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ secondaryProperties, System::String ^ root, Exception ^ innerException, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (string message, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection primaryProperties, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection secondaryProperties, string root, Exception innerException, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * string * Exception * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (message As String, primaryProperties As PropertyExpressionCollection, secondaryProperties As PropertyExpressionCollection, root As String, innerException As Exception, uiTestControl As String, exceptionSource As Object)

Parameter

message
String

Die Fehlermeldung.

primaryProperties
PropertyExpressionCollection

Die primären Eigenschaften des-Steuer Elements.

secondaryProperties
PropertyExpressionCollection

Die sekundären Eigenschaften des-Steuer Elements.

root
String

Eine Zeichen folgen Darstellung des Stamm Elements.

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.

Gilt für

UITestControlNotFoundException(String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)

Initialisiert eine neue Instanz der UITestControlNotFoundException-Klasse.

public:
 UITestControlNotFoundException(System::String ^ message, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ primaryProperties, Microsoft::VisualStudio::TestTools::UITesting::PropertyExpressionCollection ^ secondaryProperties, System::String ^ root, Exception ^ innerException, Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ lastInfo, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public UITestControlNotFoundException (string message, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection primaryProperties, Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection secondaryProperties, string root, Exception innerException, Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo lastInfo, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException : string * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection * string * Exception * Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.UITestControlNotFoundException
Public Sub New (message As String, primaryProperties As PropertyExpressionCollection, secondaryProperties As PropertyExpressionCollection, root As String, innerException As Exception, lastInfo As ILastInvocationInfo, uiTestControl As String, exceptionSource As Object)

Parameter

message
String

Die Fehlermeldung.

primaryProperties
PropertyExpressionCollection

Die primären Eigenschaften des-Steuer Elements.

secondaryProperties
PropertyExpressionCollection

Die sekundären Eigenschaften des-Steuer Elements.

root
String

Eine Zeichen folgen Darstellung des Stamm Elements.

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.

Gilt für