Parameter(String, String, String) Constructor |
public Parameter( string charset, string name, string value )
Exception | Condition |
---|---|
ArgumentNullException | charset is null. -or- name is null. -or- value is null. |
ArgumentException | name contains illegal characters. |
NotSupportedException | charset is not supported. |