'Declaration
Protected Overrides Sub SetItem( _ ByVal index As Integer, _ ByVal item As NumberDisplayField _ )
protected override void SetItem( int index, NumberDisplayField item )
例外 | 説明 |
---|---|
System.InvalidOperationException | コレクションがロックされています。 |
System.ArgumentOutOfRangeException | index に指定された値が0未満であるか、 Count を超えています。 |
System.ArgumentNullException | item が null 参照 (Visual Basicでは Nothing) です。 |
System.InvalidOperationException | NumberDecimalPartDisplayField の複数のインスタンスがコレクションに存在します。 |