Partager via


ActionNotSupportedOnDisabledControlException, constructeur (String, Exception)

Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException à l'aide du message et de l'exception interne fournis.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly :  Microsoft.VisualStudio.TestTools.UITest.Extension (dans Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • innerException
    Type : System.Exception
    Exception qui a provoqué l'exception actuelle.

Sécurité .NET Framework

Voir aussi

Référence

ActionNotSupportedOnDisabledControlException Classe

ActionNotSupportedOnDisabledControlException, surcharge

Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms