ExceptionCollection(ArrayList) Konstruktor

Definition

Initierar en ny instans av ExceptionCollection klassen.

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)

Parametrar

exceptions
ArrayList

En matris av typen Exception, som innehåller de objekt som ska fylla samlingen.

Undantag

endast .NET 8 och senare: Typen av matriselement är inte Exception.

Gäller för