ActionNotSupportedOnDisabledControlException, constructeur (String, Exception, 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, _
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
)
Paramètres
- message
Type : System.String
Message d'erreur.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ActionNotSupportedOnDisabledControlException Classe
ActionNotSupportedOnDisabledControlException, surcharge
Microsoft.VisualStudio.TestTools.UITest.Extension, espace de noms