ExceptionCollection(ArrayList) Oluşturucu

Tanım

ExceptionCollection sınıfının yeni bir örneğini başlatır.

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)

Parametreler

exceptions
ArrayList

Koleksiyonu doldurmak için nesneleri içeren türünde Exceptionbir dizi.

Özel durumlar

Yalnızca .NET 8 ve üzeri: Dizi öğelerinin türü değildir Exception.

Şunlara uygulanır