3 instantiations of DriveNotFoundException
mscorlib (2)
system\io\__error.cs (2)
168throw new DriveNotFoundException(Environment.GetResourceString("IO.DriveNotFound_Drive", str)); 205throw new DriveNotFoundException(Environment.GetResourceString("IO.DriveNotFound_Drive", driveName));
System.Core (1)
System\IO\__Error.cs (1)
189throw new DriveNotFoundException(String.Format(CultureInfo.CurrentCulture, SR.GetString(SR.IO_DriveNotFound_Drive), str));