IsolatedStorageFileStream.ReadByte Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Reads a single byte from the IsolatedStorageFileStream object in isolated storage.
Assembly: mscorlib (in mscorlib.dll)
| Exception | Condition |
|---|---|
| IsolatedStorageException | The isolated store has been removed. -or- Isolated storage is disabled. |
| NotSupportedException | The current stream does not support reading. |
| ObjectDisposedException | The stream has been disposed. |
Show: