4 references to UnauthorizedAccess_IODenied_Path
System.Private.CoreLib (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
141
new UnauthorizedAccessException(SR.Format(SR.
UnauthorizedAccess_IODenied_Path
, path), inner) :
src\libraries\Common\src\System\IO\Win32Marshal.cs (1)
41
string.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)
455
throw new IOException(SR.Format(SR.
UnauthorizedAccess_IODenied_Path
, sourceFullPath), errorInfo.RawErrno);
565
throw new IOException(SR.Format(SR.
UnauthorizedAccess_IODenied_Path
, fullPath));