6 references to ExceptionFile
Microsoft.DotNet.RemoteExecutor (6)
RemoteExecutor.cs (2)
457string metadataArgs = PasteArguments.Paste(new string[] { a.FullName, t.FullName, method.Name, options.ExceptionFile }, pasteFirstArgumentUsingArgV0Rules: false); 468File.WriteAllText(options.ExceptionFile, "");
RemoteInvokeHandle.cs (4)
229FileInfo exceptionFileInfo = new FileInfo(Options.ExceptionFile); 232throw new RemoteExecutionException("Remote process failed with an unhandled exception.", File.ReadAllText(Options.ExceptionFile)); 248if (File.Exists(Options.ExceptionFile)) 250File.Delete(Options.ExceptionFile);