Class RxPathException
- Namespace
- Ranorex
- Assembly
- Ranorex.Core.dll
Exception that is thrown when constructing an RxPath instance fails.
public class RxPathException : RanorexException, ISerializable, _Exception
- Inheritance
-
RxPathException
- Implements
- Inherited Members
Constructors
RxPathException()
Creates a new instance.
public RxPathException()
RxPathException(SerializationInfo, StreamingContext)
Creates a new instance.
protected RxPathException(SerializationInfo si, StreamingContext sc)
Parameters
siSerializationInfoThe serialization info.
scStreamingContextThe streaming context.
RxPathException(string)
Creates a new instance.
public RxPathException(string message)
Parameters
messagestringThe exception message.
RxPathException(string, Exception)
Creates a new instance.
public RxPathException(string message, Exception innerException)