March 2002
Intermediate to advanced
864 pages
31h 8m
English
EndOfStreamException
This exception is thrown if you attempt to read data from a stream at its end position.
public class EndOfStreamException : IOException { // Public Constructors public method EndOfStreamException(); public method EndOfStreamException(string message); public method EndOfStreamException(string message, Exception innerException); // Protected Constructors protected method EndOfStreamException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→IOException→EndOfStreamException