RanorexRanorex Documentation
SetAttributeFailedException Constructor (message, name, element)
NamespacesRanorexSetAttributeFailedExceptionSetAttributeFailedException(String, String, Element)
Creates a new instance.
Declaration Syntax
C#Visual BasicVisual C++
public SetAttributeFailedException(
	string message,
	string name,
	Element element
)
Public Sub New ( _
	message As String, _
	name As String, _
	element As Element _
)
public:
SetAttributeFailedException(
	String^ message, 
	String^ name, 
	Element^ element
)
Parameters
message (String)
The exception message.
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)