NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EndOfStreamException Class

Returns an exception when reading is attempted past the end of a stream.

Object
   Exception
      IOException
         EndOfStreamException

[Visual Basic]
Public Class EndOfStreamException
   Inherits IOException
[C#]
public class EndOfStreamException : IOException
[C++]
public __gc class EndOfStreamException : public IOException
[JScript]
public class EndOfStreamException extends IOException

Remarks

[To be supplied.]

Requirements

Namespace: System.IO

Assembly: mscorlib.dll

See Also

EndOfStreamException Members | System.IO Namespace