Sdílet prostřednictvím


UITestControlNotVisibleException – konstruktor (String, Exception)

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

Parametry

  • innerException
    Typ: System.Exception
    Původní výjimce způsobil výjimku aktuální.

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ů