Item(Int32) Property
Indexes the CounterCreationData collection.
Namespace: System.DiagnosticsAssembly: System in (System.dll)
Syntax
public CounterCreationData this[int index] { get; set; }
Exceptions
| Exception | Condition |
|---|---|
| System.ArgumentOutOfRangeException | index is less than 0.-or-index is equal to or greater than the number of items in the collection. |
| System.ArgumentException | The item specified is not a CounterCreationData object. |
| System.ArgumentNullException | The item specified is null. |