TraceListenerCollection::IList::Insert Method (Int32, Object^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Inserts a TraceListener object at the specified position in the TraceListenerCollection.
Assembly: System (in System.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which value should be inserted.
- value
-
Type:
System::Object^
The TraceListener object to insert into the TraceListenerCollection.
Implements
IList::Insert(Int32, Object^)| Exception | Condition |
|---|---|
| ArgumentException | value is not a TraceListener object. |
Use the Insert method of the TraceListenerCollection class to insert a TraceListener object into the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: