Sdílet prostřednictvím


ActionNotSupportedOnDisabledControlException – konstruktor (String, Exception)

Inicializuje novou instanci ActionNotSupportedOnDisabledControlException třídy pomocí poskytnutého zprávy a vnitřní výjimka.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • innerException
    Typ: System.Exception
    Výjimka, která způsobila výjimku aktuální.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ActionNotSupportedOnDisabledControlException Třída

ActionNotSupportedOnDisabledControlException – přetížení

Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů