UITestControlNotFoundException (Constructor) (PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)
Inicializa una nueva instancia de la clase UITestControlNotFoundException utilizando las propiedades de control primarias, las propiedades de control secundarias, la excepción interna, la información de la última invocación, 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, _
lastInfo As ILastInvocationInfo, _
uiTestControl As String, _
exceptionSource As Object _
)
public UITestControlNotFoundException(
PropertyExpressionCollection primaryProperties,
PropertyExpressionCollection secondaryProperties,
string root,
Exception innerException,
ILastInvocationInfo lastInfo,
string uiTestControl,
Object exceptionSource
)
public:
UITestControlNotFoundException(
PropertyExpressionCollection^ primaryProperties,
PropertyExpressionCollection^ secondaryProperties,
String^ root,
Exception^ innerException,
ILastInvocationInfo^ lastInfo,
String^ uiTestControl,
Object^ exceptionSource
)
new :
primaryProperties:PropertyExpressionCollection *
secondaryProperties:PropertyExpressionCollection *
root:string *
innerException:Exception *
lastInfo:ILastInvocationInfo *
uiTestControl:string *
exceptionSource:Object -> UITestControlNotFoundException
public function UITestControlNotFoundException(
primaryProperties : PropertyExpressionCollection,
secondaryProperties : PropertyExpressionCollection,
root : String,
innerException : Exception,
lastInfo : ILastInvocationInfo,
uiTestControl : String,
exceptionSource : Object
)
Parámetros
- primaryProperties
Tipo: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Propiedades primarias del control.
- secondaryProperties
Tipo: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Propiedades secundarias del control.
- root
Tipo: System.String
Representación de tipo string del elemento raíz.
- innerException
Tipo: System.Exception
Excepción original que causó la excepción actual.
- lastInfo
Tipo: Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
Un objeto ILastInvocationInfo.
- uiTestControl
Tipo: System.String
Representación de cadena del objeto UITestControl que está bloqueado.
- exceptionSource
Tipo: System.Object
object 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)