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)
335ConsoleOutput.Instance.Error(false, HtmlResource.HtmlLoggerError, ex.Message);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
431ConsoleOutput.Instance.Error(false, fileWriteException.Message);
vstest.console (26)
CommandLine\Executor.cs (8)
144Output.Error(true, CommandLineResources.NoArgumentsProvided); 244Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg)); 290Output.Error(false, ex.Message); 296Output.Error(false, ex.Message); 352Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName)); 399Output.Error(false, ex.Message); 407Output.Error(false, ex.InnerException.Message); 547Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));
Internal\ConsoleLogger.cs (8)
481Output.Error(AppendPrefix, e.Message); 820Output.Error(false, CommandLineResources.TestRunCanceled); 826Output.Error(false, CommandLineResources.TestRunAborted); 830Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 839Output.Error(false, CommandLineResources.TestRunCanceled); 845Output.Error(false, CommandLineResources.TestRunAborted); 849Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 854Output.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)
144Output.Error(true, CommandLineResources.NoArgumentsProvided); 244Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg)); 290Output.Error(false, ex.Message); 296Output.Error(false, ex.Message); 352Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName)); 399Output.Error(false, ex.Message); 407Output.Error(false, ex.InnerException.Message); 547Output.Error(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (8)
481Output.Error(AppendPrefix, e.Message); 820Output.Error(false, CommandLineResources.TestRunCanceled); 826Output.Error(false, CommandLineResources.TestRunAborted); 830Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 839Output.Error(false, CommandLineResources.TestRunCanceled); 845Output.Error(false, CommandLineResources.TestRunAborted); 849Output.Error(false, CommandLineResources.TestRunAbortedWithError, e.Error); 854Output.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));