ClassUnsupportedNonInteractiveOperationException
Class
This exception is thrown when an automation test tries to perform a operation that is deemed invalid in non-interactive mode like trying to use the keyboard or click the mouse.
Definition
Namespace:ArtOfTest.WebAii.Exceptions
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class UnsupportedNonInteractiveOperationException : Exception, ISerializable, _Exception
Inheritance: objectExceptionUnsupportedNonInteractiveOperationException
Implements:
Inherited Members
Constructors
UnsupportedNonInteractiveOperationException(SerializationInfo, StreamingContext)
UnsupportedNonInteractiveOperationException - Serialization.
Declaration
cs-api-definition
protected UnsupportedNonInteractiveOperationException(SerializationInfo info, StreamingContext context)
Parameters
info
Serialization Info.
context
Context Info.
UnsupportedNonInteractiveOperationException(string)
Create this exception.
Declaration
cs-api-definition
public UnsupportedNonInteractiveOperationException(string message)
Parameters
message
The exception message.
UnsupportedNonInteractiveOperationException(string, Exception)
Create this exception.