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