'宣言 Protected Overrides Sub InsertItem( _ ByVal index As Integer, _ ByVal item As DiagramItem _ )
protected override void InsertItem( int index, DiagramItem item )
例外 | 解説 |
---|---|
System.InvalidOperationException | The exception that is thrown when a method call is invalid for the object's current state. |