IsolatedStorageFileStream.Position Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the current position of the current IsolatedStorageFileStream object.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| IsolatedStorageException | The isolated store has been removed. -or- Isolated storage is disabled. |
| ArgumentOutOfRangeException | The position cannot be set to a negative number. |
| ObjectDisposedException | The isolated store has been disposed. |
Show: