Table of Contents

Class MoveTargetOutOfBoundsException

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Represents exceptions that are thrown when an attempt is made to move the mouse pointer outside the bounds of the browser view port.

[Serializable]
public class MoveTargetOutOfBoundsException : WebDriverException, ISerializable
Inheritance
MoveTargetOutOfBoundsException
Implements
Inherited Members

Constructors

MoveTargetOutOfBoundsException()

Initializes a new instance of the WebDriverTimeoutException class.

public MoveTargetOutOfBoundsException()

MoveTargetOutOfBoundsException(string?)

Initializes a new instance of the MoveTargetOutOfBoundsException class with a specified error message.

public MoveTargetOutOfBoundsException(string? message)

Parameters

message string

The message that describes the error.

MoveTargetOutOfBoundsException(string?, Exception?)

Initializes a new instance of the MoveTargetOutOfBoundsException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public MoveTargetOutOfBoundsException(string? message, Exception? innerException)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or null if no inner exception is specified.