RanorexRanorex Documentation
EventSubscriptionFailedException Constructor (message, name, element, innerException)
NamespacesRanorexEventSubscriptionFailedExceptionEventSubscriptionFailedException(String, String, Element, Exception)
Creates a new instance.
Declaration Syntax
C#Visual BasicVisual C++
public EventSubscriptionFailedException(
	string message,
	string name,
	Element element,
	Exception innerException
)
Public Sub New ( _
	message As String, _
	name As String, _
	element As Element, _
	innerException As Exception _
)
public:
EventSubscriptionFailedException(
	String^ message, 
	String^ name, 
	Element^ element, 
	Exception^ innerException
)
Parameters
message (String)
The exception message.
name (String)
The name of the event.
element (Element)
The element for which changing the event subscription failed.
innerException (Exception)
The inner exception.

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