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