FailedToPerformActionOnBlockedControlException Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the FailedToPerformActionOnBlockedControlException 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 FailedToPerformActionOnBlockedControlException() Initializes a new instance of the FailedToPerformActionOnBlockedControlException class.
Public method FailedToPerformActionOnBlockedControlException(String) Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided error message.
Protected method FailedToPerformActionOnBlockedControlException(SerializationInfo, StreamingContext) Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided serialization data and context.
Public method FailedToPerformActionOnBlockedControlException(String, Exception) Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided message and inner exception.
Public method FailedToPerformActionOnBlockedControlException(String, String, Exception, ILastInvocationInfo, String, Object) Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided control name, action name, inner exception, last invocation information, UI test control, and source.
Public method FailedToPerformActionOnBlockedControlException(String, String, Exception, ILastInvocationInfo, IntPtr, String, Object) Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided object name, action name, inner exception, last invocation information, window handle, UI test control, and source.
Public method FailedToPerformActionOnBlockedControlException(String, String, String, Exception, ILastInvocationInfo, String, Object) Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided message, object name, action name, inner exception, last invocation information, window handle, UI test control, and source.
Public method FailedToPerformActionOnBlockedControlException(String, String, String, Exception, ILastInvocationInfo, IntPtr, String, Object) Initializes a new instance of the FailedToPerformActionOnBlockedControlException class by using the provided message, object name, action name, inner exception, last invocation information, window handle, UI test control, and source.

Top

See Also

Reference

FailedToPerformActionOnBlockedControlException Class

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace