Parameter |
public void Insert( int index, string name, string value )
Exception | Condition |
---|---|
ArgumentNullException | name is null. -or- value is null. |
ArgumentException | The name contains illegal characters. |
ArgumentOutOfRangeException | index is out of range. |