Sdílet prostřednictvím


UITestControlNotVisibleException – konstruktor (String, String, Object)

Vytvoří novou instanci třídy UITestControlNotVisibleException.

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 UITestControlNotVisibleException(
    string message,
    string uiTestControl,
    Object exceptionSource
)
public:
UITestControlNotVisibleException(
    String^ message, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        message:string * 
        uiTestControl:string * 
        exceptionSource:Object -> UITestControlNotVisibleException
public function UITestControlNotVisibleException(
    message : String, 
    uiTestControl : String, 
    exceptionSource : Object
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestControlNotVisibleException Třída

UITestControlNotVisibleException – přetížení

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

UITestControl