2 references to GetExceptionForIoErrno
System.Formats.Tar (2)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (2)
16throw Interop.GetExceptionForIoErrno(errorInfo, path, isDirError); 99Exception e = Interop.GetExceptionForIoErrno(Sys.GetLastErrorInfo(), path, isDirError);