ExceptionCollection(ArrayList) Konstruktor

Definice

Inicializuje novou instanci ExceptionCollection třídy.

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

Pole typu Exceptionobsahující objekty pro naplnění kolekce.

Výjimky

Pouze .NET 8 a novější: Typ elementů pole není Exception.

Platí pro