1 instantiation of DriveNotFoundException
System.IO.FileSystem.DriveInfo (1)
System\IO\DriveInfo.Unix.cs (1)
89throw new DriveNotFoundException(SR.Format(SR.IO_DriveNotFound_Drive, Name)); // match Win32
2 references to DriveNotFoundException
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
316[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DriveNotFoundException))]
netstandard (1)
netstandard.cs (1)
904[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DriveNotFoundException))]