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
- primaryProperties
Type : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Propriétés principales du contrôle.
- secondaryProperties
Type : Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
Propriétés secondaires du contrôle.
- 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.
- uiTestControl
Type : System.String
Représentation sous forme de chaîne du UITestControl qui est bloqué.
- exceptionSource
Type : System.Object
object qui est la source de l'exception.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
UITestControlNotFoundException Classe
UITestControlNotFoundException, surcharge
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms