Partilhar via


Construtor UITestControlNotAvailableException (Exception, String, Object)

Inicializa uma nova instância da UITestControlNotAvailableException classe usando a exceção interna fornecida, controle de teste de interface do usuário e a origem de exceção.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
Public Sub New ( _
    innerException As Exception, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public UITestControlNotAvailableException(
    Exception innerException,
    string uiTestControl,
    Object exceptionSource
)
public:
UITestControlNotAvailableException(
    Exception^ innerException, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        innerException:Exception * 
        uiTestControl:string * 
        exceptionSource:Object -> UITestControlNotAvailableException
public function UITestControlNotAvailableException(
    innerException : Exception, 
    uiTestControl : String, 
    exceptionSource : Object
)

Parâmetros

  • innerException
    Tipo: System.Exception
    A exceção original que provocou essa exceção.
  • exceptionSource
    Tipo: System.Object
    O object ou seja, a origem da exceção.

Segurança do .NET Framework

Consulte também

Referência

UITestControlNotAvailableException Classe

Sobrecargas UITestControlNotAvailableException

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension

UITestControl