Position Property (NativeFileStream)
In This Topic
When overridden in a derived class, gets or sets the position within the current stream.
Syntax
'Declaration
Public Overrides Property Position As System.Long
public override System.long Position {get; set;}
Property Value
The current position within the stream.
Exceptions
Exception | Description |
System.IO.IOException | An I/O error occurs. |
System.NotSupportedException | The stream does not support seeking. |
System.ObjectDisposedException | Methods were called after the stream was closed. |
See Also