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