| C1.WPF.DX.4 Assembly > C1.Util.DX.Storage Namespace > NativeFileStream Class : Position Property |
'Declaration Public Overrides Property Position As System.Long
public override System.long Position {get; set;}
| 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. |