4 references to UnauthorizedAccess_IODenied_Path
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
141new UnauthorizedAccessException(SR.Format(SR.UnauthorizedAccess_IODenied_Path, path), inner) :
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
41string.IsNullOrEmpty(path) ? SR.UnauthorizedAccess_IODenied_NoPathName : SR.Format(SR.UnauthorizedAccess_IODenied_Path, path));
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (2)
457throw new IOException(SR.Format(SR.UnauthorizedAccess_IODenied_Path, sourceFullPath), errorInfo.RawErrno); 567throw new IOException(SR.Format(SR.UnauthorizedAccess_IODenied_Path, fullPath));