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.3.16825 (3.2.3.16825)