RanorexRanorex Documentation
ActionFailedException Constructor (name, element)
NamespacesRanorexActionFailedExceptionActionFailedException(String, Element)
Creates a new instance.
Declaration Syntax
C#Visual BasicVisual C++
public ActionFailedException(
	string name,
	Element element
)
Public Sub New ( _
	name As String, _
	element As Element _
)
public:
ActionFailedException(
	String^ name, 
	Element^ element
)
Parameters
name (String)
The name of the action.
element (Element)
The element for which the action failed.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 3.2.1.15734 (3.2.1.15734)