UITestControlNotAvailableException-Konstruktor (String, Object)

Initialisiert eine neue Instanz der UITestControlNotAvailableException-Klasse mithilfe des bereitgestellten Benutzeroberflächen-Steuerelements und der Quelle der Ausnahme.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntax

'Declaration
Public Sub New ( _
    uiTestControl As String, _
    exceptionSource As Object _
)
public UITestControlNotAvailableException(
    string uiTestControl,
    Object exceptionSource
)
public:
UITestControlNotAvailableException(
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        uiTestControl:string * 
        exceptionSource:Object -> UITestControlNotAvailableException
public function UITestControlNotAvailableException(
    uiTestControl : String, 
    exceptionSource : Object
)

Parameter

  • exceptionSource
    Typ: System.Object
    Das object, das die Quelle der Ausnahme ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControlNotAvailableException Klasse

UITestControlNotAvailableException-Überladung

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace

UITechnologyElement

UITestControl