Freigeben über


ControlNotFoundException Konstruktoren

Definition

Überlädt

ControlNotFoundException()

Initialisiert eine neue Instanz der ControlNotFoundException-Klasse.

ControlNotFoundException(Exception)
ControlNotFoundException(String)

Initialisiert eine neue Instanz der ControlNotFoundException-Klasse, indem der Name eines Steuerelements verwendet wird, das nicht im Microsoft.Vbe.Interop.Forms.UserForm-Element eines importierten Formularbereichs gefunden wird.

ControlNotFoundException(String, Exception)

ControlNotFoundException()

Initialisiert eine neue Instanz der ControlNotFoundException-Klasse.

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

Gilt für:

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)

Parameter

innerException
Exception

Gilt für:

ControlNotFoundException(String)

Initialisiert eine neue Instanz der ControlNotFoundException-Klasse, indem der Name eines Steuerelements verwendet wird, das nicht im Microsoft.Vbe.Interop.Forms.UserForm-Element eines importierten Formularbereichs gefunden wird.

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)

Parameter

identifier
String

Der Name des Steuerelements, das nicht im Microsoft.Vbe.Interop.Forms.UserForm-Element des Formularbereichs gefunden wurde.

Gilt für:

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)

Parameter

identifier
String
innerException
Exception

Gilt für: