ExceptionCollection(ArrayList) Constructor

Definition

Initializes a new instance of the ExceptionCollection class.

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)

Parameters

exceptions
ArrayList

An array of type Exception, containing the objects to populate the collection.

Exceptions

.NET 8 and later only: The type of the array elements is not Exception.

Applies to