Mime |
public override void WriteTo( FormatOptions options, Stream stream, bool contentOnly, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | options is null. -or- stream is null. |
ObjectDisposedException | The MimePart has been disposed. |
OperationCanceledException | The operation was canceled via the cancellation token. |
IOException | An I/O error occurred. |