Compartir a través de


ControlNotFoundException Constructores

Definición

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

Se aplica a