ExceptionCollection(ArrayList) Construtor

Definição

Inicializa uma nova instância da ExceptionCollection classe.

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

Um array do tipo Exception, contendo os objetos para preencher a coleção.

Exceções

.NET apenas 8 e posteriores: O tipo dos elementos do array não é Exception.

Aplica-se a