![]() | MimeEntityLoadAsync Method (Stream, CancellationToken) |
Namespace: MimeKit
public static Task<MimeEntity> LoadAsync( Stream stream, CancellationToken cancellationToken = default )
Exception | Condition |
---|---|
ArgumentNullException | stream is null. |
OperationCanceledException | The operation was canceled via the cancellation token. |
FormatException | There was an error parsing the entity. |
IOException | An I/O error occurred. |