ExceptionCollection(ArrayList) Construtor

Definição

Inicializa uma nova instância da classe 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

Uma matriz de tipo Exception, que contém os objetos para preencher a coleção.

Exceções

.NET 8 e posterior somente: o tipo dos elementos da matriz não é Exception.

Aplica-se a