Partager via


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

Voir aussi

Référence

UITestControlNotAvailableException Classe

UITestControlNotAvailableException, surcharge

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