Add path to exception messages (dotnet/coreclr#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)
commit33c1717e06756301ff4dec9ac3f2a5db56359cfd
treec68afc8ef9e180457bc4092c1f77cc17a4b43ade
parent11408383bed23612a61061e32d63a5351a94585e
Add path to exception messages (dotnet/coreclr#12322)

* Remove dead code

* Arg_PathIllegal

* IO_PathTooLong

* Remove no longer necessary path sanitization

* Argument_PathFormatNotSupported

* Arg_PathIllegalUNC

* Arg_InvalidSearchPattern

* Dead strings

* Missing nameof

Commit migrated from https://github.com/dotnet/coreclr/commit/6ba74dc2a7194f8d6c86c3aeab572a074ef645c8
src/coreclr/src/mscorlib/Resources/Strings.resx
src/coreclr/src/mscorlib/shared/Interop/Unix/Interop.IOErrors.cs
src/coreclr/src/mscorlib/shared/System/IO/Path.Unix.cs
src/coreclr/src/mscorlib/shared/System/IO/Path.Windows.cs
src/coreclr/src/mscorlib/shared/System/IO/Path.cs
src/coreclr/src/mscorlib/shared/System/IO/PathHelper.Windows.cs
src/coreclr/src/mscorlib/shared/System/IO/PathInternal.cs
src/coreclr/src/mscorlib/shared/System/IO/Win32Marshal.cs
src/coreclr/src/mscorlib/src/System/IO/__Error.cs