Nyelv

ExceptionCollection(ArrayList) Konstruktor

Definíció

Inicializálja a ExceptionCollection osztály új példányát.

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éterek

exceptions
ArrayList

A gyűjtemény feltöltéséhez használható objektumokat tartalmazó típustömb Exception.

Kivételek

csak a 8-.NET: A tömbelemek típusa nem Exception.

A következőre érvényes: