Parameter |
public void Add( string charset, string name, string value )
| Exception | Condition |
|---|---|
| ArgumentNullException | charset is . -or- name is . -or- value is . |
| ArgumentException | charset cannot be empty. -or- name contains illegal characters. |
| NotSupportedException | charset is not supported. |