Freigeben über


UITestErrorEventArgs-Konstruktor

Initialisiert eine neue Instanz der UITestErrorEventArgs-Klasse mit der angegebenen Aktion und Ausnahme.

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

Syntax

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

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestErrorEventArgs Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestAction