Bound |
public override long Seek( long offset, SeekOrigin origin )
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | origin is not a valid SeekOrigin. |
| ObjectDisposedException | The stream has been disposed. |
| NotSupportedException | The stream does not support seeking. |
| IOException | An I/O error occurred. |