Sdílet prostřednictvím


UITestControlNotVisibleException – konstruktor (String)

Inicializuje novou instanci UITestControlNotVisibleException třídy pomocí poskytnutého chybová zpráva.

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 _
)
public UITestControlNotVisibleException(
    string message
)
public:
UITestControlNotVisibleException(
    String^ message
)
new : 
        message:string -> UITestControlNotVisibleException
public function UITestControlNotVisibleException(
    message : String
)

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ů