UITestControlNotVisibleException, constructeur (String, String, Object)
Initialise une nouvelle instance de la classe UITestControlNotVisibleException.
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, _
uiTestControl As String, _
exceptionSource As Object _
)
public UITestControlNotVisibleException(
string message,
string uiTestControl,
Object exceptionSource
)
public:
UITestControlNotVisibleException(
String^ message,
String^ uiTestControl,
Object^ exceptionSource
)
new :
message:string *
uiTestControl:string *
exceptionSource:Object -> UITestControlNotVisibleException
public function UITestControlNotVisibleException(
message : String,
uiTestControl : String,
exceptionSource : Object
)
Paramètres
- message
Type : System.String
Message d'erreur.
- 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
UITestControlNotVisibleException Classe
UITestControlNotVisibleException, surcharge
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms