Condividi tramite


Costruttore UITestControlNotAvailableException (IUITechnologyElement, Exception)

Inizializza una nuova istanza di UITestControlNotAvailableException classe utilizzando l'elemento dell'interfaccia utente fornito.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintassi

'Dichiarazione
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
)

Parametri

  • innerException
    Tipo: System.Exception
    l'eccezione originale che ha causato l'eccezione corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UITestControlNotAvailableException Classe

Overload UITestControlNotAvailableException

Spazio dei nomi Microsoft.VisualStudio.TestTools.UITest.Extension

UITechnologyElement