Modifier

NoClickablePointException Constructors

Definition

Initializes a new instance of the NoClickablePointException class.

Overloads

NoClickablePointException()

Initializes a new instance of the NoClickablePointException class.

NoClickablePointException(String)

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

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()

Initializes a new instance of the NoClickablePointException class.

public:
 NoClickablePointException();
public NoClickablePointException ();
Public Sub New ()

Applies to

NoClickablePointException(String)

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

public:
 NoClickablePointException(System::String ^ message);
public NoClickablePointException (string message);
new System.Windows.Automation.NoClickablePointException : string -> System.Windows.Automation.NoClickablePointException
Public Sub New (message As String)

Parameters

message
String

The description of the error.

Applies to

NoClickablePointException(SerializationInfo, StreamingContext)

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

protected:
 NoClickablePointException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected NoClickablePointException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Automation.NoClickablePointException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Automation.NoClickablePointException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

Data needed to serialize or deserialize the object.

context
StreamingContext

The source and destination of the serialized stream.

Applies to

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.

public:
 NoClickablePointException(System::String ^ message, Exception ^ innerException);
public NoClickablePointException (string message, Exception innerException);
new System.Windows.Automation.NoClickablePointException : string * Exception -> System.Windows.Automation.NoClickablePointException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

The description of the error.

innerException
Exception

The exception that caused this exception.

Applies to