UITestControlNotAvailableException-Konstruktor (String, String, Object)
Initialisiert eine neue Instanz der UITestControlNotAvailableException-Klasse mithilfe der bereitgestellten Meldung, des Namens des Steuerelements zum Testen der Benutzeroberfläche sowie des Steuerelements, das die Quelle der Ausnahme darstellt.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
uiTestControl As String, _
exceptionSource As Object _
)
public UITestControlNotAvailableException(
string message,
string uiTestControl,
Object exceptionSource
)
public:
UITestControlNotAvailableException(
String^ message,
String^ uiTestControl,
Object^ exceptionSource
)
new :
message:string *
uiTestControl:string *
exceptionSource:Object -> UITestControlNotAvailableException
public function UITestControlNotAvailableException(
message : String,
uiTestControl : String,
exceptionSource : Object
)
Parameter
- message
Typ: System.String
Die Fehlermeldung.
- uiTestControl
Typ: System.String
Eine Zeichenfolgendarstellung des blockierten UITestControl.
- exceptionSource
Typ: System.Object
Das object, das die Quelle der Ausnahme ist.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
UITestControlNotAvailableException Klasse
UITestControlNotAvailableException-Überladung