Sdílet prostřednictvím


ActionNotSupportedOnDisabledControlException – konstruktor (String, Exception, String, Object)

Inicializuje novou instanci ActionNotSupportedOnDisabledControlException třídy pomocí hodnot uvedených parametrů.

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

Parametry

  • innerException
    Typ: System.Exception
    Výjimka, která způsobila výjimku aktuální.
  • uiTestControl
    Typ: System.String
    Název ovládacího prvku v uživatelském rozhraní.
  • exceptionSource
    Typ: System.Object
    Objekt, kde došlo k chybě.

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ů