ActionNotSupportedOnDisabledControlException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the ActionNotSupportedOnDisabledControlException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ActionNotSupportedOnDisabledControlException() Initializes a new instance of the ActionNotSupportedOnDisabledControlException class.
Public method ActionNotSupportedOnDisabledControlException(String) Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided message.
Protected method ActionNotSupportedOnDisabledControlException(SerializationInfo, StreamingContext) Initializes a new instance of the ActionNotSupportedOnDisabledControlException class from XML by using the provided information and context.
Public method ActionNotSupportedOnDisabledControlException(String, Exception) Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided message and inner exception.
Public method ActionNotSupportedOnDisabledControlException(String, Object) Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values.
Public method ActionNotSupportedOnDisabledControlException(String, String, Object) Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values.
Public method ActionNotSupportedOnDisabledControlException(String, Exception, String, Object) Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values.
Public method 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.
Public method ActionNotSupportedOnDisabledControlException(String, String, String, Exception, ILastInvocationInfo, String, Object) Initializes a new instance of the ActionNotSupportedOnDisabledControlException class by using the provided parameter values.

Top

See Also

Reference

ActionNotSupportedOnDisabledControlException Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace