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.

Namespace:  System.IO.IsolatedStorage
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overrides Sub WriteByte ( _
    value As Byte _
)
public override void WriteByte(
    byte value
)

Parameters

  • value
    Type: System..::.Byte
    The byte value to write to the isolated storage file.

Exceptions

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.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

IsolatedStorageFileStream Class

System.IO.IsolatedStorage Namespace