ActionNotSupportedOnDisabledControlException Class

Definition

Represents an exception that is caused when a control is blocked.

public ref class ActionNotSupportedOnDisabledControlException : Microsoft::VisualStudio::TestTools::UITest::Extension::PlaybackFailureException
[System.Serializable]
public class ActionNotSupportedOnDisabledControlException : Microsoft.VisualStudio.TestTools.UITest.Extension.PlaybackFailureException
[<System.Serializable>]
type ActionNotSupportedOnDisabledControlException = class
    inherit PlaybackFailureException
Public Class ActionNotSupportedOnDisabledControlException
Inherits PlaybackFailureException
Inheritance
ActionNotSupportedOnDisabledControlException
Attributes

Constructors

ActionNotSupportedOnDisabledControlException()

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class.

ActionNotSupportedOnDisabledControlException(SerializationInfo, StreamingContext)

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class from XML by using the provided information and context.

ActionNotSupportedOnDisabledControlException(String)

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided message.

ActionNotSupportedOnDisabledControlException(String, Exception)

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided message and inner exception.

ActionNotSupportedOnDisabledControlException(String, Exception, String, Object)

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values.

ActionNotSupportedOnDisabledControlException(String, Object)

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values.

ActionNotSupportedOnDisabledControlException(String, String, Exception, ILastInvocationInfo, String, Object)

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values and the default message.

ActionNotSupportedOnDisabledControlException(String, String, Object)

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values.

ActionNotSupportedOnDisabledControlException(String, String, String, Exception, ILastInvocationInfo, String, Object)

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values.

Properties

Action

Gets or sets the name of the action.

(Inherited from PlaybackFailureException)
BasicMessage

Gets the basic error message.

(Inherited from UITestException)
DefaultMessage

Gets the default message for this exception.

ErrorInfo

Gets or sets information about the UI test action that caused the exception.

(Inherited from UITestException)
ExceptionSource

Gets or sets the control that is the source of this exception.

(Inherited from UITestException)
HResult

Gets or sets the HRESULT for this exception.

(Inherited from UITestException)
Message

Gets the message that was provided when this exception object was created.

(Inherited from UITestException)
ObjectName

Gets or sets the source object name.

(Inherited from PlaybackFailureException)

Methods

GetObjectData(SerializationInfo, StreamingContext)

[SECURITY CRITICAL] Populates the SerializationInfo by using the provided context information.

(Inherited from PlaybackFailureException)
SetHResult(UInt32)

Sets the corresponding HRESULT for this exception.

(Inherited from UITestException)

Applies to