ExceptionCollection(ArrayList) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

exceptions
ArrayList

Matriz de tipo Exception que contiene los objetos que van a rellenar la colección.

Excepciones

Solo .NET 8 y versiones posteriores: el tipo de los elementos de matriz no Exceptiones .

Se aplica a