'宣言 Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal item As GalleryToolItem _ )
public void Insert( int index, GalleryToolItem item )
例外 | 解説 |
---|---|
System.ArgumentNullException | item が null です。 |
System.ObjectDisposedException | item が廃棄されました。 |
System.InvalidOperationException | item はすでに別の GalleryToolItemCollection に属しています。 |
System.ArgumentException | item のキーは null または空です。 |
System.ArgumentException | item の同じキーを持つ項目はコレクションにすでに存在しています。 |
System.ArgumentOutOfRangeException | index はゼロ未満か Count よりも大きいです。 |