MultipartPrepare Method |
public override void Prepare( EncodingConstraint constraint, int maxLineLength = 78 )
Exception | Condition |
---|---|
ArgumentOutOfRangeException | maxLineLength is not between 60 and 998 (inclusive). -or- constraint is not a valid value. |
ObjectDisposedException | The Multipart has been disposed. |