Freigeben über


UITestControlNotAvailableException-Konstruktor (Exception)

Initialisiert eine neue Instanz der UITestControlNotAvailableException-Klasse mithilfe der bereitgestellten inneren Ausnahme.

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

Syntax

'Declaration
Public Sub New ( _
    innerException As Exception _
)
public UITestControlNotAvailableException(
    Exception innerException
)
public:
UITestControlNotAvailableException(
    Exception^ innerException
)
new : 
        innerException:Exception -> UITestControlNotAvailableException
public function UITestControlNotAvailableException(
    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