Table of Contents

Class RanorexCoreException

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

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

si SerializationInfo

The serialization info.

sc StreamingContext

The streaming context.

RanorexCoreException(string)

Creates a new Ranorex core exception.

public RanorexCoreException(string message)

Parameters

message string

The exception message.

RanorexCoreException(string, Exception)

Creates a new Ranorex core exception.

public RanorexCoreException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.