StreamPosition Property |
Namespace: System.IO
public abstract long Position { get; set; }
Exception | Condition |
---|---|
IOException | An I/O error occurs. |
NotSupportedException | The stream does not support seeking. |
ObjectDisposedException | Methods were called after the stream was closed. |