Namespace: MongoDB.Bson.IO
| Exception | Condition |
|---|---|
| ArgumentNullException | asyncResult is . |
| ArgumentException | A handle to the pending read operation is not available. -or- The pending operation does not support reading. |
| InvalidOperationException | asyncResult did not originate from a BeginRead(Byte, Int32, Int32, AsyncCallback, Object) method on the current stream. |
| IOException | The stream is closed or an internal error has occurred. |