Bagikan melalui


ExceptionCollection(ArrayList) Konstruktor

Definisi

Menginisialisasi instans baru kelas 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)

Parameter

exceptions
ArrayList

Array jenis Exception, yang berisi objek untuk mengisi koleksi.

Pengecualian

.NET 8 dan yang lebih baru saja: Jenis elemen array bukan Exception.

Berlaku untuk