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

適用対象