ActionNotSupportedOnDisabledControlException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der ActionNotSupportedOnDisabledControlException-Klasse mit der bereitgestellten Meldung und inneren Ausnahme.

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, _
    innerException As Exception _
)
public ActionNotSupportedOnDisabledControlException(
    string message,
    Exception innerException
)
public:
ActionNotSupportedOnDisabledControlException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ActionNotSupportedOnDisabledControlException
public function ActionNotSupportedOnDisabledControlException(
    message : String, 
    innerException : Exception
)

Parameter

  • innerException
    Typ: System.Exception
    Die Ausnahme, die die aktuelle Ausnahme verursacht hat.

.NET Framework-Sicherheit

Siehe auch

Referenz

ActionNotSupportedOnDisabledControlException Klasse

ActionNotSupportedOnDisabledControlException-Überladung

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace