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);
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 do tipo Exception que contém os objetos usados para popular a coleção.

Exceções

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

Aplica-se a