UITestControlNotFoundException, constructeur (PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, 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, de l'exception interne, des informations sur le dernier appel, 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, _
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
)
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.
- lastInfo
Type : Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo
Objet ILastInvocationInfo.
- uiTestControl
Type : System.String
Représentation sous forme de chaîne du UITestControl 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