'Declaration Protected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal range As GaugeRange _ )
protected override void InsertItem( int index, GaugeRange range )
Parameters
- index
- The index to be inserted.
- range
- The range to be inserted.
'Declaration Protected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal range As GaugeRange _ )
protected override void InsertItem( int index, GaugeRange range )
Exception | Description |
---|---|
System.InvalidOperationException | The exception that is thrown when a method call is invalid for the object's current state. |