3 references to UnauthorizedAccess_IODenied_Path
System.IO.Pipes (3)
src\runtime\src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (1)
145
new UnauthorizedAccessException(SR.Format(SR.
UnauthorizedAccess_IODenied_Path
, path), inner) :
System\IO\Pipes\NamedPipeServerStream.Unix.cs (2)
272
throw new UnauthorizedAccessException(SR.Format(SR.
UnauthorizedAccess_IODenied_Path
, path));
352
throw new UnauthorizedAccessException(SR.Format(SR.
UnauthorizedAccess_IODenied_Path
, path));