ControlNotFoundException Costruttori

Definizione

Overload

ControlNotFoundException()

Inizializza una nuova istanza della classe ControlNotFoundException.

ControlNotFoundException(Exception)
ControlNotFoundException(String)

Inizializza una nuova istanza della classe ControlNotFoundException usando il nome di un controllo non trovato nell'oggetto Microsoft.Vbe.Interop.Forms.UserForm di un'area del modulo importata.

ControlNotFoundException(String, Exception)

ControlNotFoundException()

Inizializza una nuova istanza della classe ControlNotFoundException.

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

Si applica 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)

Parametri

innerException
Exception

Si applica a

ControlNotFoundException(String)

Inizializza una nuova istanza della classe ControlNotFoundException usando il nome di un controllo non trovato nell'oggetto Microsoft.Vbe.Interop.Forms.UserForm di un'area del modulo importata.

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)

Parametri

identifier
String

Nome del controllo non trovato nell'oggetto Microsoft.Vbe.Interop.Forms.UserForm dell'area del modulo.

Si applica 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)

Parametri

identifier
String
innerException
Exception

Si applica a