UITestControlNotFoundException, constructeur (String, PropertyExpressionCollection, PropertyExpressionCollection, String, Exception, ILastInvocationInfo, String, Object)
Initialise une nouvelle instance de la classe UITestControlNotFoundException.
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 ( _
message As String, _
primaryProperties As PropertyExpressionCollection, _
secondaryProperties As PropertyExpressionCollection, _
root As String, _
innerException As Exception, _
lastInfo As ILastInvocationInfo, _
uiTestControl As String, _
exceptionSource As Object _
)
public UITestControlNotFoundException(
string message,
PropertyExpressionCollection primaryProperties,
PropertyExpressionCollection secondaryProperties,
string root,
Exception innerException,
ILastInvocationInfo lastInfo,
string uiTestControl,
Object exceptionSource
)
public:
UITestControlNotFoundException(
String^ message,
PropertyExpressionCollection^ primaryProperties,
PropertyExpressionCollection^ secondaryProperties,
String^ root,
Exception^ innerException,
ILastInvocationInfo^ lastInfo,
String^ uiTestControl,
Object^ exceptionSource
)
new :
message:string *
primaryProperties:PropertyExpressionCollection *
secondaryProperties:PropertyExpressionCollection *
root:string *
innerException:Exception *
lastInfo:ILastInvocationInfo *
uiTestControl:string *
exceptionSource:Object -> UITestControlNotFoundException
public function UITestControlNotFoundException(
message : String,
primaryProperties : PropertyExpressionCollection,
secondaryProperties : PropertyExpressionCollection,
root : String,
innerException : Exception,
lastInfo : ILastInvocationInfo,
uiTestControl : String,
exceptionSource : Object
)
Paramètres
- message
Type : System.String
Message d'erreur.
- 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