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 ではありません。

適用対象