2 references to CreateExceptionForErrorStartingProcess
System.Diagnostics.Process (2)
Microsoft\Win32\SafeHandles\SafeProcessHandle.Unix.cs (2)
236
throw ProcessUtils.
CreateExceptionForErrorStartingProcess
(error.GetErrorMessage(), error.RawErrno, startInfo.FileName, cwd);
293
throw ProcessUtils.
CreateExceptionForErrorStartingProcess
(new Interop.ErrorInfo(errno).GetErrorMessage(), errno, resolvedFilename, cwd);