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