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