UITestControlNotAvailableException-Konstruktor (IUITechnologyElement, Exception)

Initialisiert mithilfe des angegebenen Benutzeroberflächenelements eine neue Instanz der UITestControlNotAvailableException-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    element As IUITechnologyElement, _
    innerException As Exception _
)
public UITestControlNotAvailableException(
    IUITechnologyElement element,
    Exception innerException
)
public:
UITestControlNotAvailableException(
    IUITechnologyElement^ element, 
    Exception^ innerException
)
new : 
        element:IUITechnologyElement * 
        innerException:Exception -> UITestControlNotAvailableException
public function UITestControlNotAvailableException(
    element : IUITechnologyElement, 
    innerException : Exception
)

Parameter

  • innerException
    Typ: System.Exception
    Die ursprüngliche Ausnahme, die die aktuelle Ausnahme ausgelöst hat.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestControlNotAvailableException Klasse

UITestControlNotAvailableException-Überladung

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace

UITechnologyElement