UITestErrorEventArgs Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Provides event arguments for exceptions that are thrown while processing UI test actions.

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

Syntax

'Declaration
Public Class UITestErrorEventArgs _
    Inherits UITestActionEventArgs
'Usage
Dim instance As UITestErrorEventArgs
public class UITestErrorEventArgs : UITestActionEventArgs
public ref class UITestErrorEventArgs : public UITestActionEventArgs
type UITestErrorEventArgs =  
    class
        inherit UITestActionEventArgs
    end
public class UITestErrorEventArgs extends UITestActionEventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestActionEventArgs
      Microsoft.VisualStudio.TestTools.UITest.CodeGeneration.UITestErrorEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

UITestErrorEventArgs Members

Microsoft.VisualStudio.TestTools.UITest.CodeGeneration Namespace

UITestActionEventArgs