ControlNotFoundException 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
ControlNotFoundException() |
Initialise une nouvelle instance de la classe ControlNotFoundException. |
ControlNotFoundException(Exception) | |
ControlNotFoundException(String) |
Initialise une nouvelle instance de la classe ControlNotFoundException en utilisant le nom d’un contrôle qui est introuvable dans le Microsoft.Vbe.Interop.Forms.UserForm d’une zone de formulaire importée. |
ControlNotFoundException(String, Exception) |
ControlNotFoundException()
Initialise une nouvelle instance de la classe ControlNotFoundException.
public:
ControlNotFoundException();
public ControlNotFoundException ();
Public Sub New ()
S’applique à
ControlNotFoundException(Exception)
public:
ControlNotFoundException(Exception ^ innerException);
public ControlNotFoundException (Exception innerException);
new Microsoft.Office.Tools.Outlook.ControlNotFoundException : Exception -> Microsoft.Office.Tools.Outlook.ControlNotFoundException
Public Sub New (innerException As Exception)
Paramètres
- innerException
- Exception
S’applique à
ControlNotFoundException(String)
Initialise une nouvelle instance de la classe ControlNotFoundException en utilisant le nom d’un contrôle qui est introuvable dans le Microsoft.Vbe.Interop.Forms.UserForm d’une zone de formulaire importée.
public:
ControlNotFoundException(System::String ^ identifier);
public ControlNotFoundException (string identifier);
new Microsoft.Office.Tools.Outlook.ControlNotFoundException : string -> Microsoft.Office.Tools.Outlook.ControlNotFoundException
Public Sub New (identifier As String)
Paramètres
- identifier
- String
Nom du contrôle qui est introuvable dans le Microsoft.Vbe.Interop.Forms.UserForm
de la zone de formulaire.
S’applique à
ControlNotFoundException(String, Exception)
public:
ControlNotFoundException(System::String ^ identifier, Exception ^ innerException);
public ControlNotFoundException (string identifier, Exception innerException);
new Microsoft.Office.Tools.Outlook.ControlNotFoundException : string * Exception -> Microsoft.Office.Tools.Outlook.ControlNotFoundException
Public Sub New (identifier As String, innerException As Exception)
Paramètres
- identifier
- String
- innerException
- Exception