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
siSerializationInfoThe serialization info.
scStreamingContextThe streaming context.
ApplicationNotRespondingException(string)
Creates a new instance.
public ApplicationNotRespondingException(string message)
Parameters
messagestringThe exception message.
ApplicationNotRespondingException(string, Exception)
Creates a new instance.
public ApplicationNotRespondingException(string message, Exception innerException)