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