August 2003
Intermediate to advanced
928 pages
32h 1m
English
IOException
This is the base class of all the I/O related exceptions.
public class IOException : SystemException { // Public Constructors public IOException( ); public IOException(stringmessage); public IOException(stringmessage, ExceptioninnerException); public IOException(stringmessage, inthresult); // Protected Constructors protected IOException(System.Runtime.Serialization.SerializationInfoinfo, System.Runtime.Serialization.StreamingContextcontext); }
System.Object
→
System.Exception(System.Runtime.Serialization.ISerializable)
→
System.SystemException
→
IOException
DirectoryNotFoundException,
EndOfStreamException,
FileLoadException,
FileNotFoundException,
PathTooLongException