Put the path on IOException strings when possible (#16998)
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>
Fri, 16 Mar 2018 22:49:15 +0000 (15:49 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Mar 2018 22:49:15 +0000 (15:49 -0700)
commit3fb9102f2050f802f3dbcae4209d449e2ea34847
treee6ccc869a6ece785783490b25b36c479fc61913f
parentd6b2ead7f821e06b8e7bdc4a82812d1cfbc732ac
Put the path on IOException strings when possible (#16998)

Remove internal only copy of DriveNotFoundException. Will create an issue
to move the implementation down from S.IO.DriveInfo.

Note that this Win32Marshal can be used directly from CoreFX,  will follow up
once this flows. (e.g. remove the copy in CoreFX)
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/IO/DriveNotFoundException.cs [deleted file]
src/mscorlib/shared/System/IO/FileStream.Windows.cs
src/mscorlib/shared/System/IO/Win32Marshal.cs