Freigeben über


FailedToPerformActionOnHiddenControlException-Konstruktor (String, String, String, Exception, ILastInvocationInfo, String, Object)

Initialisiert eine neue Instanz der FailedToPerformActionOnBlockedControlException-Klasse mit der angegebenen Fehlermeldung, dem Objektnamen, dem Namen der Aktion, der inneren Ausnahme, Informationen zum letzten Aufruf, dem Benutzeroberflächen-Teststeuerelement und der Quelle.

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

Parameter

  • objectName
    Typ: System.String
    Der Name des Objekts, bei dem die Aktion fehlgeschlagen ist.
  • actionName
    Typ: System.String
    Der Name der fehlgeschlagenen Aktion.
  • innerException
    Typ: System.Exception
    Die ursprüngliche Ausnahme, die die aktuelle Ausnahme ausgelöst hat.
  • exceptionSource
    Typ: System.Object
    Das object, das die Quelle der Ausnahme ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

FailedToPerformActionOnHiddenControlException Klasse

FailedToPerformActionOnHiddenControlException-Überladung

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace

ILastInvocationInfo

UITestControl