5 references to ErrorInfo
System.Diagnostics.Process (5)
src\libraries\Common\src\Interop\Unix\Interop.Errors.cs (1)
163return new ErrorInfo(Marshal.GetLastPInvokeError());
src\libraries\Common\src\Interop\Unix\System.Native\Interop.GetPwUid.cs (1)
82var errorInfo = new Interop.ErrorInfo(error);
System\Diagnostics\Process.Unix.cs (3)
541new Interop.ErrorInfo(errno).Error == Interop.Error.ENOEXEC) 546throw CreateExceptionForErrorStartingProcess(new Interop.ErrorInfo(errno).GetErrorMessage(), errno, resolvedFilename, cwd); 1041var errorInfo = new Interop.ErrorInfo(error);