Class ActionFailedException
- Namespace
- Ranorex
- Assembly
- Ranorex.Core.dll
Exception that is thrown when executing an action on an Element failed (see InvokeAction(string, params object[])).
public class ActionFailedException : OperationFailedException, ISerializable, _Exception
- Inheritance
-
ActionFailedException
- Implements
- Inherited Members
Constructors
ActionFailedException()
Creates a new instance.
public ActionFailedException()
ActionFailedException(SerializationInfo, StreamingContext)
Creates a new instance.
protected ActionFailedException(SerializationInfo si, StreamingContext sc)
Parameters
siSerializationInfoThe serialization info.
scStreamingContextThe streaming context.
ActionFailedException(string, Element)
Creates a new instance.
public ActionFailedException(string name, Element element)
Parameters
ActionFailedException(string, string, Element)
Creates a new instance.
public ActionFailedException(string message, string name, Element element)
Parameters
messagestringThe exception message.
namestringThe name of the action.
elementElementThe element for which the action failed.
ActionFailedException(string, string, Element, Exception)
Creates a new instance.
public ActionFailedException(string message, string name, Element element, Exception innerException)