3 instantiations of 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}");
8 references to RemoteExecutionException
Microsoft.DotNet.RemoteExecutor.Tests (8)
RemoteExecutorTests.cs (8)
26Assert.Throws<RemoteExecutionException>(() => 51Assert.Throws<RemoteExecutionException>(() => 64Assert.Throws<RemoteExecutionException>(() => 76Assert.ThrowsAny<RemoteExecutionException>(() => 99Assert.ThrowsAny<RemoteExecutionException>(() => 115Assert.ThrowsAny<RemoteExecutionException>(() => 128Assert.ThrowsAny<RemoteExecutionException>(() => 140Assert.ThrowsAny<RemoteExecutionException>(() =>