ActionNotSupportedOnDisabledControlException-Konstruktor (String, Object)

Initialisiert eine neue Instanz der ActionNotSupportedOnDisabledControlException-Klasse mit den angegebenen Parameterwerten.

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

Syntax

'Declaration
Public Sub New ( _
    uiTestControl As String, _
    exceptionSource As Object _
)
public ActionNotSupportedOnDisabledControlException(
    string uiTestControl,
    Object exceptionSource
)
public:
ActionNotSupportedOnDisabledControlException(
    String^ uiTestControl, 
    Object^ exceptionSource
)
new : 
        uiTestControl:string * 
        exceptionSource:Object -> ActionNotSupportedOnDisabledControlException
public function ActionNotSupportedOnDisabledControlException(
    uiTestControl : String, 
    exceptionSource : Object
)

Parameter

  • uiTestControl
    Typ: System.String
    Der Name des Steuerelements auf der Benutzeroberfläche.
  • exceptionSource
    Typ: System.Object
    Das Objekt, in dem der Fehler aufgetreten ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

ActionNotSupportedOnDisabledControlException Klasse

ActionNotSupportedOnDisabledControlException-Überladung

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace

UITestControl