MemoryMappedViewStream: SeekPosition |
Sets the current position of the current stream to the given value.
Public Function SeekPosition( ByVal Offset As Currency, ByVal Origin As SeekOrigin ) As Currency
Exception | Condition |
---|---|
IOException | An attempt was made to seek before the beginning of the stream. |
ArgumentOutOfRangeException | The Offset value is larger than the maximum size of the stream. |
ArgumentException | Loc is invalid. |
ObjectDisposedException | The stream is closed. |