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