3 references to CreateExceptionForErrorStartingProcess
System.Diagnostics.Process (3)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (2)
440
throw ProcessUtils.
CreateExceptionForErrorStartingProcess
(error.GetErrorMessage(), error.RawErrno, startInfo.FileName, cwd);
498
throw ProcessUtils.
CreateExceptionForErrorStartingProcess
(new Interop.ErrorInfo(errno).GetErrorMessage(), errno, resolvedFilename, cwd);
System\Diagnostics\ProcessUtils.Unix.cs (1)
274
throw
CreateExceptionForErrorStartingProcess
(error.GetErrorMessage(), error.RawErrno, filename, workingDirectory);