Filtered |
public void Flush( CancellationToken cancellationToken )
Exception | Condition |
---|---|
ObjectDisposedException | The stream has been disposed. |
NotSupportedException | The stream does not support writing. |
OperationCanceledException | The operation was canceled via the cancellation token. |
IOException | An I/O error occurred. |