Class
UnsupportedNonInteractiveOperationException

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: ISerializable_Exception

Inherited Members Exception.GetBaseException()Exception.ToString()Exception.GetObjectData(SerializationInfo, StreamingContext)Exception.GetType()Exception.MessageException.DataException.InnerExceptionException.TargetSiteException.StackTraceException.HelpLinkException.SourceException.HResultException.SerializeObjectState

Constructors

UnsupportedNonInteractiveOperationException(SerializationInfo, StreamingContext)

UnsupportedNonInteractiveOperationException - Serialization.

Declaration

cs-api-definition
protected UnsupportedNonInteractiveOperationException(SerializationInfo info, StreamingContext context)

Parameters

info

SerializationInfo

Serialization Info.

context

StreamingContext

Context Info.

UnsupportedNonInteractiveOperationException(string)

Create this exception.

Declaration

cs-api-definition
public UnsupportedNonInteractiveOperationException(string message)

Parameters

message

string

The exception message.

UnsupportedNonInteractiveOperationException(string, Exception)

Create this exception.

Declaration

cs-api-definition
public UnsupportedNonInteractiveOperationException(string message, Exception innerException)

Parameters

message

string

The exception message.

innerException

Exception

InnerException.