IMime |
ContentEncoding GetBestEncoding( EncodingConstraint constraint, int maxLineLength, CancellationToken cancellationToken = default )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | maxLineLength is not between 72 and 998 (inclusive). -or- constraint is not a valid value. |
| ObjectDisposedException | The IMimePart has been disposed. |
| OperationCanceledException | The operation was canceled via the cancellation token. |
| IOException | An I/O error occurred. |