ActionNotSupportedOnDisabledControlException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ActionNotSupportedOnDisabledControlException()
Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException.
public:
ActionNotSupportedOnDisabledControlException();
public ActionNotSupportedOnDisabledControlException ();
Public Sub New ()
S’applique à
ActionNotSupportedOnDisabledControlException(String)
Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException à l'aide du message fourni.
public:
ActionNotSupportedOnDisabledControlException(System::String ^ message);
public ActionNotSupportedOnDisabledControlException (string message);
new Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException : string -> Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException
Public Sub New (message As String)
Paramètres
- message
- String
Chaîne qui contient le message d'erreur.
S’applique à
ActionNotSupportedOnDisabledControlException(SerializationInfo, StreamingContext)
Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException à partir du XML à l'aide des informations et du contexte fournis.
protected:
ActionNotSupportedOnDisabledControlException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ActionNotSupportedOnDisabledControlException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
Objet SerializationInfo.
- context
- StreamingContext
Objet StreamingContext.
S’applique à
ActionNotSupportedOnDisabledControlException(String, Exception)
Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException à l'aide du message et de l'exception interne fournis.
public:
ActionNotSupportedOnDisabledControlException(System::String ^ message, Exception ^ innerException);
public ActionNotSupportedOnDisabledControlException (string message, Exception innerException);
new Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException : string * Exception -> Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message d’erreur.
- innerException
- Exception
Exception à l'origine de l'exception actuelle.
S’applique à
ActionNotSupportedOnDisabledControlException(String, Object)
Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException à l'aide des valeurs de paramètre fournies.
public:
ActionNotSupportedOnDisabledControlException(System::String ^ uiTestControl, System::Object ^ exceptionSource);
public ActionNotSupportedOnDisabledControlException (string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException : string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException
Public Sub New (uiTestControl As String, exceptionSource As Object)
Paramètres
- uiTestControl
- String
Nom du contrôle dans l'interface utilisateur.
- exceptionSource
- Object
Objet où l'erreur s'est produite.
S’applique à
ActionNotSupportedOnDisabledControlException(String, String, Object)
Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException à l'aide des valeurs de paramètre fournies.
public:
ActionNotSupportedOnDisabledControlException(System::String ^ message, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public ActionNotSupportedOnDisabledControlException (string message, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException : string * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException
Public Sub New (message As String, uiTestControl As String, exceptionSource As Object)
Paramètres
- message
- String
Message d’erreur.
- uiTestControl
- String
Nom du contrôle dans l'interface utilisateur.
- exceptionSource
- Object
Objet où l'erreur s'est produite.
S’applique à
ActionNotSupportedOnDisabledControlException(String, Exception, String, Object)
Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException à l'aide des valeurs de paramètre fournies.
public:
ActionNotSupportedOnDisabledControlException(System::String ^ message, Exception ^ innerException, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public ActionNotSupportedOnDisabledControlException (string message, Exception innerException, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException : string * Exception * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException
Public Sub New (message As String, innerException As Exception, uiTestControl As String, exceptionSource As Object)
Paramètres
- message
- String
Message d’erreur.
- innerException
- Exception
Exception à l'origine de l'exception actuelle.
- uiTestControl
- String
Nom du contrôle dans l'interface utilisateur.
- exceptionSource
- Object
Objet où l'erreur s'est produite.
S’applique à
ActionNotSupportedOnDisabledControlException(String, String, Exception, ILastInvocationInfo, String, Object)
Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException à l'aide des valeurs de paramètre et du message par défaut fournis.
public:
ActionNotSupportedOnDisabledControlException(System::String ^ objectName, System::String ^ actionName, Exception ^ innerException, Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ lastInfo, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public ActionNotSupportedOnDisabledControlException (string objectName, string actionName, Exception innerException, Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo lastInfo, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException : string * string * Exception * Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException
Public Sub New (objectName As String, actionName As String, innerException As Exception, lastInfo As ILastInvocationInfo, uiTestControl As String, exceptionSource As Object)
Paramètres
- objectName
- String
Nom de l'objet pour lequel l'action a échoué.
- actionName
- String
Nom de l'action qui a échoué.
- innerException
- Exception
Exception à l'origine de l'exception actuelle.
- lastInfo
- ILastInvocationInfo
Informations sur le dernier appel.
- uiTestControl
- String
Nom du contrôle dans l'interface utilisateur.
- exceptionSource
- Object
Objet où l'erreur s'est produite.
S’applique à
ActionNotSupportedOnDisabledControlException(String, String, String, Exception, ILastInvocationInfo, String, Object)
Initialise une nouvelle instance de la classe ActionNotSupportedOnDisabledControlException à l'aide des valeurs de paramètre fournies.
public:
ActionNotSupportedOnDisabledControlException(System::String ^ message, System::String ^ objectName, System::String ^ actionName, Exception ^ innerException, Microsoft::VisualStudio::TestTools::UITest::Extension::ILastInvocationInfo ^ lastInfo, System::String ^ uiTestControl, System::Object ^ exceptionSource);
public ActionNotSupportedOnDisabledControlException (string message, string objectName, string actionName, Exception innerException, Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo lastInfo, string uiTestControl, object exceptionSource);
new Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException : string * string * string * Exception * Microsoft.VisualStudio.TestTools.UITest.Extension.ILastInvocationInfo * string * obj -> Microsoft.VisualStudio.TestTools.UITest.Extension.ActionNotSupportedOnDisabledControlException
Public Sub New (message As String, objectName As String, actionName As String, innerException As Exception, lastInfo As ILastInvocationInfo, uiTestControl As String, exceptionSource As Object)
Paramètres
- message
- String
Message d’erreur.
- objectName
- String
Nom de l'objet pour lequel l'action a échoué.
- actionName
- String
Nom de l'action qui a échoué.
- innerException
- Exception
Exception à l'origine de l'exception actuelle.
- lastInfo
- ILastInvocationInfo
Informations sur le dernier appel.
- uiTestControl
- String
Nom du contrôle dans l'interface utilisateur.
- exceptionSource
- Object
Objet où l'erreur s'est produite.