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);
170
throw
CreateExceptionForLastError
(_instance?.PipeName);
212
throw
CreateExceptionForLastError
(_instance?.PipeName);
218
throw
CreateExceptionForLastError
(_instance?.PipeName);