Partilhar via


Construtor UITestControlNotVisibleException (String, Exception, String, Object)

Inicializa uma nova instância da classe UITestControlNotVisibleException.

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 ( _
    message As String, _
    innerException As Exception, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public UITestControlNotVisibleException(
    string message,
    Exception innerException,
    string uiTestControl,
    Object exceptionSource
)
public:
UITestControlNotVisibleException(
    String^ message, 
    Exception^ innerException, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        message:string * 
        innerException:Exception * 
        uiTestControl:string * 
        exceptionSource:Object -> UITestControlNotVisibleException
public function UITestControlNotVisibleException(
    message : String, 
    innerException : Exception, 
    uiTestControl : String, 
    exceptionSource : Object
)

Parâmetros

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

Segurança do .NET Framework

Consulte também

Referência

UITestControlNotVisibleException Classe

Sobrecargas UITestControlNotVisibleException

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension

UITestControl