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