| Visual Basic (Declaration) | |
|---|---|
Public Overrides Function Read( _ ByVal buffer() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ ) As Integer  | |
Parameters
- buffer
 - offset
 - count
 
| Exception | Description | 
|---|---|
| System.NotSupportedException | The exception that is thrown when an invoked method is not supported, or when there is an attempt to read, seek, or write to a stream that does not support the invoked functionality. | 
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
BaseStream ClassBaseStream Members
Base Implementation in Read