5 references to CreateExceptionForLastError
System.IO.Pipes (5)
System\IO\Pipes\NamedPipeClientStream.Unix.cs (1)
119
throw
CreateExceptionForLastError
();
System\IO\Pipes\NamedPipeServerStream.Unix.cs (4)
114
throw
CreateExceptionForLastError
(_instance?.PipeName);
173
throw
CreateExceptionForLastError
(_instance?.PipeName);
215
throw
CreateExceptionForLastError
(_instance?.PipeName);
221
throw
CreateExceptionForLastError
(_instance?.PipeName);