ExceptionCollection(ArrayList) Konstruktor

Definition

Initialisiert eine neue Instanz der ExceptionCollection-Klasse.

public:
 ExceptionCollection(System::Collections::ArrayList ^ exceptions);
public ExceptionCollection(System.Collections.ArrayList exceptions);
new System.ComponentModel.Design.ExceptionCollection : System.Collections.ArrayList -> System.ComponentModel.Design.ExceptionCollection
Public Sub New (exceptions As ArrayList)

Parameter

exceptions
ArrayList

Ein Array vom Typ Exception, das die Objekte enthält, die die Auflistung auffüllen sollen.

Ausnahmen

.NET 8 und höher: Der Typ der Arrayelemente ist nicht Exception.

Gilt für: