5 references to ExceptionFile
Microsoft.ML.TestFramework (5)
RemoteExecutor.cs (5)
104string metadataArgs = PasteArguments.Paste(new string[] { a.FullName, t.FullName, method.Name, options.ExceptionFile }, pasteFirstArgumentUsingArgV0Rules: false); 126if (File.Exists(options.ExceptionFile)) 128throw new RemoteExecutionException(File.ReadAllText(options.ExceptionFile)); 141if (File.Exists(options.ExceptionFile)) 143File.Delete(options.ExceptionFile);