Table of Contents

Class ActivityException

Namespace
Ranorex.Core.Reporting
Assembly
Ranorex.Core.dll

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

si SerializationInfo

The serialization info.

sc StreamingContext

The streaming context.

ActivityException(string)

Creates a new Ranorex activity exception.

public ActivityException(string message)

Parameters

message string

The exception message.

ActivityException(string, Exception)

Creates a new Ranorex activity exception.

public ActivityException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.