public override void WriteByte(
byte value
)Public Overrides Sub WriteByte (
value As Byte
)abstract WriteByte :
value : byte -> unit
override WriteByte :
value : byte -> unit | IOException | An I/O error occurs. |
| NotSupportedException | The stream does not support writing, or the stream is already closed. |
| ObjectDisposedException | Methods were called after the stream was closed. |