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