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

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