56 references to Error
Microsoft.TestPlatform.Extensions.BlameDataCollector (1)
BlameLogger.cs (1)
106_output.Error(false, Resources.Resources.AbortedTestRun, sb.ToString());
Microsoft.VisualStudio.TestPlatform.Common (1)
DataCollection\DataCollectionAttachmentManager.cs (1)
129ConsoleOutput.Instance.Error(false, accessDeniedMessage);
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
344ConsoleOutput.Instance.Error(false, HtmlResource.HtmlLoggerError, ex.Message);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
479ConsoleOutput.Instance.Error(false, fileWriteException.Message);
vstest.console (26)
CommandLine\Executor.cs (8)
171Output.Error(true, CommandLineResources.NoArgumentsProvided); 271Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg)); 317Output.Error(false, ex.Message); 323Output.Error(false, ex.Message); 379Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName)); 426Output.Error(false, ex.Message); 434Output.Error(false, ex.InnerException.Message); 574Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));
Internal\ConsoleLogger.cs (8)
492Output.Error(AppendPrefix, e.Message); 831Output.Error(false, CommandLineResources.TestRunCanceled); 837Output.Error(false, CommandLineResources.TestRunAborted); 841Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 850Output.Error(false, CommandLineResources.TestRunCanceled); 856Output.Error(false, CommandLineResources.TestRunAborted); 860Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 865Output.Error(false, CommandLineResources.TestRunFailed);
Processors\AeDebuggerArgumentProcessor.cs (10)
95_output.Error(false, exceptionMessage); 115_output.Error(false, exceptionMessage); 123_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.PostmortemDebuggerNotSupportedForCurrentOS)); 129_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ProcDumpToolDirectoryPathArgumenNotFound)); 139_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidProcDumpToolDirectoryPath)); 150_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ProcDumpFileNameNotFound, procDumpPath)); 157_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ProcDumpFileNameNotFound, procDumpPath)); 213_output.Error(false, string.Format(CultureInfo.CurrentCulture, invalidArgumentErrorMessage)); 219_output.Error(false, string.Format(CultureInfo.CurrentCulture, invalidArgumentErrorMessage)); 226_output.Error(false, string.Format(CultureInfo.CurrentCulture, invalidDirectoryErrorMessage, directoryInfo.FullName));
vstest.console.arm64 (26)
src\vstest\src\vstest.console\CommandLine\Executor.cs (8)
171Output.Error(true, CommandLineResources.NoArgumentsProvided); 271Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg)); 317Output.Error(false, ex.Message); 323Output.Error(false, ex.Message); 379Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName)); 426Output.Error(false, ex.Message); 434Output.Error(false, ex.InnerException.Message); 574Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (8)
492Output.Error(AppendPrefix, e.Message); 831Output.Error(false, CommandLineResources.TestRunCanceled); 837Output.Error(false, CommandLineResources.TestRunAborted); 841Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 850Output.Error(false, CommandLineResources.TestRunCanceled); 856Output.Error(false, CommandLineResources.TestRunAborted); 860Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 865Output.Error(false, CommandLineResources.TestRunFailed);
src\vstest\src\vstest.console\Processors\AeDebuggerArgumentProcessor.cs (10)
95_output.Error(false, exceptionMessage); 115_output.Error(false, exceptionMessage); 123_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.PostmortemDebuggerNotSupportedForCurrentOS)); 129_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ProcDumpToolDirectoryPathArgumenNotFound)); 139_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.InvalidProcDumpToolDirectoryPath)); 150_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ProcDumpFileNameNotFound, procDumpPath)); 157_output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.ProcDumpFileNameNotFound, procDumpPath)); 213_output.Error(false, string.Format(CultureInfo.CurrentCulture, invalidArgumentErrorMessage)); 219_output.Error(false, string.Format(CultureInfo.CurrentCulture, invalidArgumentErrorMessage)); 226_output.Error(false, string.Format(CultureInfo.CurrentCulture, invalidDirectoryErrorMessage, directoryInfo.FullName));