Partilhar via


Construtor UITestWarningEventArgs

Inicializa uma nova instância da classe UITestWarningEventArgs.

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, _
    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
)

Parâmetros

  • warning
    Tipo: System.String
    O texto que explica a natureza de aviso.

Segurança do .NET Framework

Consulte também

Referência

UITestWarningEventArgs Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

UITestAction