March 2002
Intermediate to advanced
864 pages
31h 8m
English
IOException
This is the base class of all the I/O related exceptions.
public class IOException : SystemException { // Public Constructors public method IOException(); public method IOException(string message); public method IOException(string message, Exception innerException); public method IOException(string message, int hresult); // Protected Constructors protected method IOException( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context); }
System.Object→System.Exception(System.Runtime.Serialization.ISerializable)→System.SystemException→IOException
DirectoryNotFoundException, EndOfStreamException, FileLoadException, FileNotFoundException, PathTooLongException