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