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

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