Parameters
- annotation
- The AnnotationData object to insert.
- index
- The zero-based index at which value should be inserted.
| Exception | Description |
|---|---|
| System.ArgumentNullException | Thrown if annotation is null. |
| System.ObjectDisposedException | Thrown if annotation is disposed. |
| System.ArgumentOutOfRangeException | Thrown if index is less than zero or index is greater than Count. |
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5