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