System.IO.IOException
namespace System.IO
{
public class IOException : SystemException
{
public IOException();
protected IOException(SerializationInfo info, StreamingContext context);
public IOException(string message);
public IOException(string message, Exception innerException);
public IOException(string message, int hresult);
}
}