Partager via


ActionNotSupportedOnDisabledControlException, constructeur (String, String, String, Exception, ILastInvocationInfo, String, Object)

Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException à l'aide des valeurs de paramètre fournies.

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

Paramètres

  • objectName
    Type : System.String
    Nom de l'objet pour lequel l'action a échoué.
  • actionName
    Type : System.String
    Nom de l'action qui a échoué.
  • innerException
    Type : System.Exception
    Exception qui a provoqué l'exception actuelle.
  • uiTestControl
    Type : System.String
    Nom du contrôle dans l'interface utilisateur.
  • exceptionSource
    Type : System.Object
    Objet où l'erreur s'est produite.

Sécurité .NET Framework

Voir aussi

Référence

ActionNotSupportedOnDisabledControlException Classe

ActionNotSupportedOnDisabledControlException, surcharge

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