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);
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 para rellenar la colección.

Excepciones

.NET solo 8 y versiones posteriores: el tipo de los elementos de matriz no es Exception.

Se aplica a