'Declaration
<CLSCompliantAttribute(False)> Public Overrides Function ReadUInt32() As UInteger
[CLSCompliant(false)] public override uint ReadUInt32()
Return Value
A 4-byte unsigned integer read from this stream.
'Declaration
<CLSCompliantAttribute(False)> Public Overrides Function ReadUInt32() As UInteger
[CLSCompliant(false)] public override uint ReadUInt32()
Exception | Description |
---|---|
System.IO.EndOfStreamException | The end of the stream is reached. |
System.ObjectDisposedException | The stream is closed. |
System.IO.IOException | An I/O error occurs. |