ControlNotFoundException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ControlNotFoundException() |
Inicializa una nueva instancia de la clase ControlNotFoundException. |
ControlNotFoundException(Exception) | |
ControlNotFoundException(String) |
Inicializa una nueva instancia de la clase ControlNotFoundException con el nombre de un control que no se encuentra en el objeto Microsoft.Vbe.Interop.Forms.UserForm de un área de formulario importada. |
ControlNotFoundException(String, Exception) |
ControlNotFoundException()
Inicializa una nueva instancia de la clase ControlNotFoundException.
public:
ControlNotFoundException();
public ControlNotFoundException ();
Public Sub New ()
Se aplica a
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)
Parámetros
- innerException
- Exception
Se aplica a
ControlNotFoundException(String)
Inicializa una nueva instancia de la clase ControlNotFoundException con el nombre de un control que no se encuentra en el objeto Microsoft.Vbe.Interop.Forms.UserForm de un área de formulario importada.
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)
Parámetros
- identifier
- String
Nombre del control que no se encuentra en el objeto Microsoft.Vbe.Interop.Forms.UserForm
del área de formulario.
Se aplica a
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)
Parámetros
- identifier
- String
- innerException
- Exception