Mono Class Library: System.IO Namespace

System.IO.IOException Class

Represents the error that occurs when an I/O operation fails. [Edit]

See Also: IOException Members

System.Object
     System.Exception
          System.SystemException
               System.IO.IOException

[System.Runtime.InteropServices.ComVisible(true)]
public class IOException : SystemException

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

System.IO.IOException is the base class for exceptions thrown while accessing information using streams, files and directories.

Note:

The Base Class Library includes the following types, each of which is derived from System.IO.IOException:

Where appropriate, use these types instead of System.IO.IOException.

[Edit]

Requirements

Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0