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