Sdílet prostřednictvím


UITestControlNotFoundException – konstruktor (String, String, Object)

Inicializuje novou instanci UITestControlNotFoundException třídy pomocí poskytnutého chybová zpráva, test řízení uživatelského rozhraní a zdroje.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestControlNotFoundException Třída

UITestControlNotFoundException – přetížení

Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů

UITestControl