Add path to exception messages (#12322)
authorDan Moseley <danmose@microsoft.com>
Fri, 16 Jun 2017 20:45:27 +0000 (13:45 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2017 20:45:27 +0000 (13:45 -0700)
commit6ba74dc2a7194f8d6c86c3aeab572a074ef645c8
tree5cacc7e495b4adf4f6e8ddf003b25d9fbfaa714f
parent9f0fc63eb9157bbb547ebeb8ab389a7d98cc7f9f
Add path to exception messages (#12322)

* Remove dead code

* Arg_PathIllegal

* IO_PathTooLong

* Remove no longer necessary path sanitization

* Argument_PathFormatNotSupported

* Arg_PathIllegalUNC

* Arg_InvalidSearchPattern

* Dead strings

* Missing nameof
src/mscorlib/Resources/Strings.resx
src/mscorlib/shared/Interop/Unix/Interop.IOErrors.cs
src/mscorlib/shared/System/IO/Path.Unix.cs
src/mscorlib/shared/System/IO/Path.Windows.cs
src/mscorlib/shared/System/IO/Path.cs
src/mscorlib/shared/System/IO/PathHelper.Windows.cs
src/mscorlib/shared/System/IO/PathInternal.cs
src/mscorlib/shared/System/IO/Win32Marshal.cs
src/mscorlib/src/System/IO/__Error.cs