Partager via


UITestControlNotAvailableException, constructeur (IUITechnologyElement, Exception)

Initialise une nouvelle instance de la classe UITestControlNotAvailableException à l'aide de l'élément d'interface utilisateur fourni.

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 ( _
    element As IUITechnologyElement, _
    innerException As Exception _
)
public UITestControlNotAvailableException(
    IUITechnologyElement element,
    Exception innerException
)
public:
UITestControlNotAvailableException(
    IUITechnologyElement^ element, 
    Exception^ innerException
)
new : 
        element:IUITechnologyElement * 
        innerException:Exception -> UITestControlNotAvailableException
public function UITestControlNotAvailableException(
    element : IUITechnologyElement, 
    innerException : Exception
)

Paramètres

  • innerException
    Type : System.Exception
    Exception d'origine ayant provoqué l'exception actuelle.

Sécurité .NET Framework

Voir aussi

Référence

UITestControlNotAvailableException Classe

UITestControlNotAvailableException, surcharge

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms

UITechnologyElement