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
primaryProperties
Tipo: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollectionPropiedades primarias del control.
secondaryProperties
Tipo: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollectionPropiedades secundarias del control.
root
Tipo: StringRepresentación de tipo string del elemento raíz.
innerException
Tipo: ExceptionExcepción original que causó la excepción actual.
uiTestControl
Tipo: StringRepresentación de cadena del objeto UITestControl que está bloqueado.
exceptionSource
Tipo: Objectobject que es el origen de la excepción.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
UITestControlNotFoundException Clase
UITestControlNotFoundException (Sobrecarga)
Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)