Table of Contents

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

si SerializationInfo

The serialization info.

sc StreamingContext

The streaming context.

RxPathException(string)

Creates a new instance.

public RxPathException(string message)

Parameters

message string

The exception message.

RxPathException(string, Exception)

Creates a new instance.

public RxPathException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.