Compartir a través de


UITestControlNotFoundException (Constructor) (String, String, Object)

Inicializa una nueva instancia de la clase UITestControlNotFoundException usando el mensaje de error, el control de prueba de la interfaz de usuario y el origen proporcionados.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Extension
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Extension (en Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public UITestControlNotFoundException(
    string message,
    string uiTestControl,
    Object exceptionSource
)
public:
UITestControlNotFoundException(
    String^ message, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        message:string * 
        uiTestControl:string * 
        exceptionSource:Object -> UITestControlNotFoundException
public function UITestControlNotFoundException(
    message : String, 
    uiTestControl : String, 
    exceptionSource : Object
)

Parámetros

  • exceptionSource
    Tipo: System.Object
    object que es el origen de la excepción.

Seguridad de .NET Framework

Vea también

Referencia

UITestControlNotFoundException Clase

UITestControlNotFoundException (Sobrecarga)

Microsoft.VisualStudio.TestTools.UITest.Extension (Espacio de nombres)

UITestControl