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