Edit

NoClickablePointException Class

Definition

Contains information about the exception that is raised when GetClickablePoint() is called on a UI Automation element that has no clickable point.

public ref class NoClickablePointException : Exception
public class NoClickablePointException : Exception
type NoClickablePointException = class
    inherit Exception
Public Class NoClickablePointException
Inherits Exception
Inheritance
NoClickablePointException

Remarks

This exception might be raised when the application window is minimized, or the element is offscreen.

Constructors

Name Description
NoClickablePointException()

Initializes a new instance of the NoClickablePointException class.

NoClickablePointException(SerializationInfo, StreamingContext)

Initializes a new instance of the NoClickablePointException class with serialization information.

NoClickablePointException(String, Exception)

Initializes a new instance of the NoClickablePointException class with a specified error message and a reference to the inner exception that caused this exception.

NoClickablePointException(String)

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

Methods

Name Description
GetObjectData(SerializationInfo, StreamingContext)

Retrieves data needed to serialize the target object.

Applies to