Partager via


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

Initialise une nouvelle instance de la classe UITestControlNotFoundException à l'aide des propriétés de contrôle principales, des propriétés de contrôle secondaires, du contrôle d'interface utilisateur racine, du contrôle de test de l'interface utilisateur et de la source fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • root
    Type : System.String
    Représentation sous forme de string de l'élément racine.
  • innerException
    Type : System.Exception
    Exception d'origine ayant provoqué l'exception actuelle.
  • exceptionSource
    Type : System.Object
    object qui est la source de l'exception.

Sécurité .NET Framework

Voir aussi

Référence

UITestControlNotFoundException Classe

UITestControlNotFoundException, surcharge

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms

UITestControl