Compartilhar via


ControlNotFoundException Construtores

Definição

Sobrecargas

ControlNotFoundException()

Inicializa uma nova instância da classe ControlNotFoundException.

ControlNotFoundException(Exception)
ControlNotFoundException(String)

Inicializa uma nova instância da classe ControlNotFoundException usando o nome de um controle que não foi encontrado no Microsoft.Vbe.Interop.Forms.UserForm de uma região do formulário importado.

ControlNotFoundException(String, Exception)

ControlNotFoundException()

Inicializa uma nova instância da classe ControlNotFoundException.

public:
 ControlNotFoundException();
public ControlNotFoundException ();
Public Sub New ()

Aplica-se 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

Aplica-se a

ControlNotFoundException(String)

Inicializa uma nova instância da classe ControlNotFoundException usando o nome de um controle que não foi encontrado no Microsoft.Vbe.Interop.Forms.UserForm de uma região do formulário importado.

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

O nome do controle que não foi encontrado no Microsoft.Vbe.Interop.Forms.UserForm da região do formulário.

Aplica-se 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

Aplica-se a