XsBufferedFileStream.Position Property |
Namespace: XSharp.IO
Exception | Condition |
---|---|
NotSupportedException | The stream does not support seeking. |
IOException | An I/O error occurred. -or- The position was set to a very large value beyond the end of the stream in Windows 98 or earlier. |
ArgumentOutOfRangeException | Attempted to set the position to a negative value. |
EndOfStreamException | Attempted seeking past the end of a stream that does not support this. |