ExceptionCollection(ArrayList) Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.