ExceptionCollection(ArrayList) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

exceptions
ArrayList

Tableau de type Exception, contenant les objets à ajouter à la collection.

Exceptions

.NET 8 et versions ultérieures uniquement : le type des éléments de tableau n’est pas Exception.

S’applique à