6 references to GetExceptionForIoErrno
System.IO.Pipes (6)
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\Pipes\AnonymousPipeServerStream.Unix.cs (1)
51throw Interop.GetExceptionForIoErrno(Interop.Sys.GetLastErrorInfo());
System\IO\Pipes\PipeStream.Unix.cs (3)
468throw Interop.GetExceptionForIoErrno(errorInfo); 506throw Interop.GetExceptionForIoErrno(Interop.Sys.GetLastErrorInfo()); 525Interop.GetExceptionForIoErrno(error, pipeName);