UITestControlNotAvailableException (Constructor) (IUITechnologyElement, Exception)

Inicializa una nueva instancia de la clase UITestControlNotAvailableException utilizando el elemento de interfaz de usuario proporcionado.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
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
)

Parámetros

  • innerException
    Tipo: System.Exception
    Excepción original que causó la excepción actual.

Seguridad de .NET Framework

Vea también

Referencia

UITestControlNotAvailableException Clase

UITestControlNotAvailableException (Sobrecarga)

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)

UITechnologyElement