Share via


ErrorAction Constructor

 

Initializes a new instance of the ErrorAction class.

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

Overload List

Name Description
System_CAPS_pubmethod ErrorAction()

Initializes a new instance of the ErrorAction class for XML serialization or deserialization.

System_CAPS_pubmethod ErrorAction(String)

Initializes a new instance of the ErrorAction class by using the provided descriptive message.

System_CAPS_pubmethod ErrorAction(String, String)

Initializes a new instance of the ErrorAction class by using the descriptive message and identifier.

System_CAPS_pubmethod ErrorAction(String, UITechnologyElement)

Initializes a new instance of the ErrorAction class by using the descriptive message and element.

See Also

ErrorAction Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace

Return to top