ExceptionCollection(ArrayList) Constructor

Definitie

Initialiseert een nieuw exemplaar van de ExceptionCollection klasse.

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

Een matrix van het type Exception, die de objecten bevat om de verzameling te vullen.

Uitzonderingen

alleen .NET 8 en hoger: het type matrixelementen is niet Exception.

Van toepassing op