Class ActivityException
Exception representing errors in the Ranorex Activity classes.
public class ActivityException : RanorexException, ISerializable, _Exception
- Inheritance
-
ActivityException
- Implements
- Inherited Members
Remarks
This type should only be used by the core, and not by plugins.
Constructors
ActivityException()
Creates a new Ranorex activity exception.
public ActivityException()
ActivityException(SerializationInfo, StreamingContext)
Creates a new Ranorex activity exception.
protected ActivityException(SerializationInfo si, StreamingContext sc)
Parameters
siSerializationInfoThe serialization info.
scStreamingContextThe streaming context.
ActivityException(string)
Creates a new Ranorex activity exception.
public ActivityException(string message)
Parameters
messagestringThe exception message.
ActivityException(string, Exception)
Creates a new Ranorex activity exception.
public ActivityException(string message, Exception innerException)