IsolatedStorageFileStream.WriteByte Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Writes a single byte to the IsolatedStorageFileStream object.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.Byte
The byte value to write to the isolated storage file.
| Exception | Condition |
|---|---|
| IsolatedStorageException | The isolated store has been removed. -or- The write attempt exceeds the quota for the IsolatedStorageFileStream object. -or- Isolated storage is disabled. |
| NotSupportedException | The stream does not support writing. |
| ObjectDisposedException | The stream has been disposed. |
Show: