Udostępnij za pośrednictwem


Konstruktor UITestWarningEventArgs — (UITestAction, Exception, String)

 

Inicjuje nowe wystąpienie klasy UITestWarningEventArgs.

Przestrzeń nazw:   Microsoft.VisualStudio.TestTools.UITest.Common
Zestaw:  Microsoft.VisualStudio.TestTools.UITest.Common (w Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Składnia

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 Sub New (
    action As UITestAction,
    ex As Exception,
    warning As String
)

Parametry

  • ex
    Exception Zawierającego informacje dotyczące problemu, który wystąpił.
  • warning
    Tekst, który wyjaśnia charakter ostrzeżenie.

Zobacz też

UITestAction
Klasa UITestWarningEventArgs
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITest.Common

Powrót do początku