ExceptionCollection(ArrayList) 构造函数

定义

初始化 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)

参数

exceptions
ArrayList

Exception 类型的数组,包含要填充集合的对象。

例外

仅限 .NET 8 及更高版本:数组元素的类型不是 Exception

适用于