FailedToPerformActionOnBlockedControlException Constructor (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.

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, _
    objectName As String, _
    actionName As String, _
    innerException As Exception, _
    lastInfo As ILastInvocationInfo, _
    windowHandle As IntPtr, _
    uiTestControl As String, _
    exceptionSource As Object _
)
public FailedToPerformActionOnBlockedControlException(
    string message,
    string objectName,
    string actionName,
    Exception innerException,
    ILastInvocationInfo lastInfo,
    IntPtr windowHandle,
    string uiTestControl,
    Object exceptionSource
)
public:
FailedToPerformActionOnBlockedControlException(
    String^ message, 
    String^ objectName, 
    String^ actionName, 
    Exception^ innerException, 
    ILastInvocationInfo^ lastInfo, 
    IntPtr windowHandle, 
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        message:string * 
        objectName:string * 
        actionName:string * 
        innerException:Exception * 
        lastInfo:ILastInvocationInfo * 
        windowHandle:IntPtr * 
        uiTestControl:string * 
        exceptionSource:Object -> FailedToPerformActionOnBlockedControlException
public function FailedToPerformActionOnBlockedControlException(
    message : String, 
    objectName : String, 
    actionName : String, 
    innerException : Exception, 
    lastInfo : ILastInvocationInfo, 
    windowHandle : IntPtr, 
    uiTestControl : String, 
    exceptionSource : Object
)

Parameters

  • message
    Type: String

    The error message.

  • objectName
    Type: String

    The name of the object where the action failed.

  • actionName
    Type: String

    The name of the action that failed.

  • innerException
    Type: Exception

    The original exception that caused the current exception.

  • windowHandle
    Type: IntPtr

    The handle of the window that blocks the control.

  • uiTestControl
    Type: String

    A string representation of the UITestControl that is blocked.

  • exceptionSource
    Type: Object

    The object that is the source of the exception.

.NET Framework Security

See Also

Reference

FailedToPerformActionOnBlockedControlException Class

FailedToPerformActionOnBlockedControlException Overload

Microsoft.VisualStudio.TestTools.UITest.Extension Namespace

ILastInvocationInfo

UITestControl