FailedToPerformActionOnBlockedControlException Constructor (String)

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

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public FailedToPerformActionOnBlockedControlException(
    string message
)
public:
FailedToPerformActionOnBlockedControlException(
    String^ message
)
new : 
        message:string -> FailedToPerformActionOnBlockedControlException
public function FailedToPerformActionOnBlockedControlException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

FailedToPerformActionOnBlockedControlException Class

FailedToPerformActionOnBlockedControlException Overload

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace