ElementNotEnabledException 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.
Initialise une nouvelle instance de la classe ElementNotEnabledException.
Surcharges
ElementNotEnabledException() |
Initialise une nouvelle instance de la classe ElementNotEnabledException. |
ElementNotEnabledException(String) |
Initialise une nouvelle instance de la classe ElementNotEnabledException avec un message d'erreur spécifié. |
ElementNotEnabledException(SerializationInfo, StreamingContext) |
Initialise une nouvelle instance de la classe ElementNotEnabledException avec les informations de sérialisation. |
ElementNotEnabledException(String, Exception) |
Initialise une nouvelle instance de la classe ElementNotEnabledException avec un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception. |
ElementNotEnabledException()
Initialise une nouvelle instance de la classe ElementNotEnabledException.
public:
ElementNotEnabledException();
public ElementNotEnabledException ();
Public Sub New ()
S’applique à
ElementNotEnabledException(String)
Initialise une nouvelle instance de la classe ElementNotEnabledException avec un message d'erreur spécifié.
public:
ElementNotEnabledException(System::String ^ message);
public ElementNotEnabledException (string message);
new System.Windows.Automation.ElementNotEnabledException : string -> System.Windows.Automation.ElementNotEnabledException
Public Sub New (message As String)
Paramètres
- message
- String
Description de l'erreur.
S’applique à
ElementNotEnabledException(SerializationInfo, StreamingContext)
Initialise une nouvelle instance de la classe ElementNotEnabledException avec les informations de sérialisation.
protected:
ElementNotEnabledException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ElementNotEnabledException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Automation.ElementNotEnabledException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Automation.ElementNotEnabledException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Paramètres
- info
- SerializationInfo
Données nécessaires pour sérialiser ou désérialiser l'objet.
- context
- StreamingContext
Source et destination du flux sérialisé.
S’applique à
ElementNotEnabledException(String, Exception)
Initialise une nouvelle instance de la classe ElementNotEnabledException avec un message d'erreur spécifié et une référence à l'exception interne à l'origine de cette exception.
public:
ElementNotEnabledException(System::String ^ message, Exception ^ innerException);
public ElementNotEnabledException (string message, Exception innerException);
new System.Windows.Automation.ElementNotEnabledException : string * Exception -> System.Windows.Automation.ElementNotEnabledException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Description de l'erreur.
- innerException
- Exception
Exception qui est la cause de cette exception.