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

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