UITestControlNotAvailableException, constructeur (Exception)
Initialise une nouvelle instance de la classe UITestControlNotAvailableException à l'aide de l'exception interne fournie.
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 ( _
innerException As Exception _
)
public UITestControlNotAvailableException(
Exception innerException
)
public:
UITestControlNotAvailableException(
Exception^ innerException
)
new :
innerException:Exception -> UITestControlNotAvailableException
public function UITestControlNotAvailableException(
innerException : Exception
)
Paramètres
- innerException
Type : System.Exception
Exception d'origine ayant provoqué l'exception actuelle.
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
UITestControlNotAvailableException Classe
UITestControlNotAvailableException, surcharge
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms