Table of Contents

Class ApplicationNotRespondingException

Namespace
Ranorex
Assembly
Ranorex.Core.dll

Exception that is thrown when trying to access elements corresponding to an application that is not responding.

public class ApplicationNotRespondingException : RanorexException, ISerializable, _Exception
Inheritance
ApplicationNotRespondingException
Implements
Inherited Members

Constructors

ApplicationNotRespondingException()

Creates a new instance.

public ApplicationNotRespondingException()

ApplicationNotRespondingException(SerializationInfo, StreamingContext)

Creates a new instance.

protected ApplicationNotRespondingException(SerializationInfo si, StreamingContext sc)

Parameters

si SerializationInfo

The serialization info.

sc StreamingContext

The streaming context.

ApplicationNotRespondingException(string)

Creates a new instance.

public ApplicationNotRespondingException(string message)

Parameters

message string

The exception message.

ApplicationNotRespondingException(string, Exception)

Creates a new instance.

public ApplicationNotRespondingException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.