ExceptionCollection(ArrayList) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy ExceptionCollection.

public:
 ExceptionCollection(System::Collections::ArrayList ^ exceptions);
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)

Parametry

exceptions
ArrayList

Tablica typu Exception, zawierająca obiekty do wypełnienia kolekcji.

Wyjątki

Tylko platforma .NET 8 i nowsze: typ elementów tablicy nie Exceptionjest .

Dotyczy