Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActionNotSupportedOnDisabledControlException Constructor

 

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class.

Namespace:   Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

NameDescription
System_CAPS_pubmethodActionNotSupportedOnDisabledControlException()

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class.

System_CAPS_protmethodActionNotSupportedOnDisabledControlException(SerializationInfo^, StreamingContext)

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

System_CAPS_pubmethodActionNotSupportedOnDisabledControlException(String^)

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

System_CAPS_pubmethodActionNotSupportedOnDisabledControlException(String^, Exception^)

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

System_CAPS_pubmethodActionNotSupportedOnDisabledControlException(String^, Exception^, String^, Object^)

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

System_CAPS_pubmethodActionNotSupportedOnDisabledControlException(String^, Object^)

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

System_CAPS_pubmethodActionNotSupportedOnDisabledControlException(String^, String^, Exception^, ILastInvocationInfo^, String^, Object^)

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

System_CAPS_pubmethodActionNotSupportedOnDisabledControlException(String^, String^, Object^)

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

System_CAPS_pubmethodActionNotSupportedOnDisabledControlException(String^, String^, String^, Exception^, ILastInvocationInfo^, String^, Object^)

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

Return to top
Show: