August 2003
Intermediate to advanced
928 pages
32h 1m
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 EndOfStreamException( ); public EndOfStreamException(stringmessage); public EndOfStreamException(stringmessage, ExceptioninnerException); // Protected Constructors protected EndOfStreamException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
IOException
→
EndOfStreamException