3 references to RemoteExecutionException
Microsoft.DotNet.RemoteExecutor (3)
RemoteInvokeHandle.cs (3)
225
throw new
RemoteExecutionException
(description.ToString());
232
throw new
RemoteExecutionException
("Remote process failed with an unhandled exception.", File.ReadAllText(Options.ExceptionFile));
242
throw new
RemoteExecutionException
($"Exit code was {Process.ExitCode} but it should have been {Options.ExpectedExitCode}");