Construtor UITestErrorEventArgs

Inicializa uma nova instância de UITestErrorEventArgs classe usando a ação fornecida e exceção.

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

Sintaxe

'Declaração
Public Sub New ( _
    action As UITestAction, _
    ex As Exception _
)
public UITestErrorEventArgs(
    UITestAction action,
    Exception ex
)
public:
UITestErrorEventArgs(
    UITestAction^ action, 
    Exception^ ex
)
new : 
        action:UITestAction * 
        ex:Exception -> UITestErrorEventArgs
public function UITestErrorEventArgs(
    action : UITestAction, 
    ex : Exception
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

UITestErrorEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

UITestAction