MemoryMappedViewStream: Position (let) |
Sets the current position in a stream.
Public Property Let Position( ByVal Value As Currency )
Read/Write.
Exception | Condition |
---|---|
ObjectDisposedException | The stream is closed. |
ArgumentOutOfRangeException | The position is set to a negative value. |