System.IO.EndOfStreamException
namespace System.IO
{
public class EndOfStreamException : IOException
{
public EndOfStreamException();
protected EndOfStreamException(SerializationInfo info, StreamingContext context);
public EndOfStreamException(string message);
public EndOfStreamException(string message, Exception innerException);
}
}