Compartir a través de


UITestControlNotFoundException (Constructor) (PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, String, Object)

Inicializa una nueva instancia de la clase UITestControlNotFoundException utilizando las propiedades de control primarias, las propiedades de control secundarias, el control de IU raíz, el control de prueba de IU y el origen proporcionados.

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 ( _
    primaryProperties As PropertyExpressionCollection, _
    secondaryProperties As PropertyExpressionCollection, _
    root As String, _
    innerException As Exception, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public UITestControlNotFoundException(
    PropertyExpressionCollection primaryProperties,
    PropertyExpressionCollection secondaryProperties,
    string root,
    Exception innerException,
    string uiTestControl,
    Object exceptionSource
)
public:
UITestControlNotFoundException(
    PropertyExpressionCollection^ primaryProperties, 
    PropertyExpressionCollection^ secondaryProperties, 
    String^ root, 
    Exception^ innerException, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        primaryProperties:PropertyExpressionCollection * 
        secondaryProperties:PropertyExpressionCollection * 
        root:string * 
        innerException:Exception * 
        uiTestControl:string * 
        exceptionSource:Object -> UITestControlNotFoundException
public function UITestControlNotFoundException(
    primaryProperties : PropertyExpressionCollection, 
    secondaryProperties : PropertyExpressionCollection, 
    root : String, 
    innerException : Exception, 
    uiTestControl : String, 
    exceptionSource : Object
)

Parámetros

  • root
    Tipo: String

    Representación de tipo string del elemento raíz.

  • innerException
    Tipo: Exception

    Excepción original que causó la excepción actual.

  • uiTestControl
    Tipo: String

    Representación de cadena del objeto UITestControl que está bloqueado.

  • exceptionSource
    Tipo: Object

    object que es el origen de la excepción.

Seguridad de .NET Framework

Vea también

Referencia

UITestControlNotFoundException Clase

UITestControlNotFoundException (Sobrecarga)

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

UITestControl