| StreamHelperTryFillAsync Method |
Namespace: Lawo.IO
public static Task<int> TryFillAsync( ReadAsyncCallback read, byte[] buffer, int offset, int count, CancellationToken cancellationToken )
| Exception | Condition |
|---|---|
| ArgumentNullException | read equals null. |
| Exception | read has thrown an exception. |