Mono Class Library: System.IO NamespaceSystem.IO.IOException Class |
See Also: IOException Members
System.Object
System.Exception
System.SystemException
System.IO.IOException
|
All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.
System.IO.IOException is the base class for exceptions thrown while accessing information using streams, files and directories.
Note:[Edit]The Base Class Library includes the following types, each of which is derived from System.IO.IOException:
- System.IO.DirectoryNotFoundException
- System.IO.EndOfStreamException
- System.IO.FileLoadException
- System.IO.FileNotFoundException
- System.IO.PathTooLongException
Where appropriate, use these types instead of System.IO.IOException.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0