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 ();

Gilt für

ControlNotFoundException(Exception)

public ControlNotFoundException (Exception innerException);

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 (string identifier);

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 (string identifier, Exception innerException);

Parameter

identifier
String
innerException
Exception

Gilt für