Freigeben über


UITestWarningEventArgs-Konstruktor

Initialisiert eine neue Instanz der UITestWarningEventArgs-Klasse.

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, _
    warning As String _
)
public UITestWarningEventArgs(
    UITestAction action,
    Exception ex,
    string warning
)
public:
UITestWarningEventArgs(
    UITestAction^ action, 
    Exception^ ex, 
    String^ warning
)
new : 
        action:UITestAction * 
        ex:Exception * 
        warning:string -> UITestWarningEventArgs
public function UITestWarningEventArgs(
    action : UITestAction, 
    ex : Exception, 
    warning : String
)

Parameter

  • warning
    Typ: System.String
    Der Text, der den Typ der Warnung beschreibt.

.NET Framework-Sicherheit

Siehe auch

Referenz

UITestWarningEventArgs Klasse

Microsoft.VisualStudio.TestTools.UITest.Common-Namespace

UITestAction