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