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