4 references to GetExceptionForIoErrno
System.IO.FileSystem.Watcher (4)
src\libraries\Common\src\Interop\Unix\Interop.IOErrors.cs (2)
16throw Interop.GetExceptionForIoErrno(errorInfo, path, isDirError); 99Exception e = Interop.GetExceptionForIoErrno(Sys.GetLastErrorInfo(), path, isDirError);
System\IO\FileSystemWatcher.Linux.cs (2)
165throw Interop.GetExceptionForIoErrno(error); 282exc = Interop.GetExceptionForIoErrno(error, directoryPath);