RanorexRanorex Documentation
CapabilityNotSupportedException Constructor (message, capabilityName, element, innerException)
NamespacesRanorexCapabilityNotSupportedExceptionCapabilityNotSupportedException(String, String, Element, Exception)
Creates a new instance.
Declaration Syntax
C#Visual BasicVisual C++
public CapabilityNotSupportedException(
	string message,
	string capabilityName,
	Element element,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	capabilityName As String, _
	element As Element, _
	innerException As Exception _
)
public:
CapabilityNotSupportedException(
	String^ message, 
	String^ capabilityName, 
	Element^ element, 
	Exception^ innerException
)
Parameters
message (String)
The exception message.
capabilityName (String)
The name of the unsupported capability.
element (Element)
The element that does not support the capability.
innerException (Exception)
The inner exception.

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