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)
129
ConsoleOutput.Instance.
Error
(false, accessDeniedMessage);
Microsoft.VisualStudio.TestPlatform.Extensions.Html.TestLogger (1)
HtmlLogger.cs (1)
344
ConsoleOutput.Instance.
Error
(false, HtmlResource.HtmlLoggerError, ex.Message);
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
TrxLogger.cs (1)
479
ConsoleOutput.Instance.
Error
(false, fileWriteException.Message);
vstest.console (26)
CommandLine\Executor.cs (8)
171
Output.
Error
(true, CommandLineResources.NoArgumentsProvided);
271
Output.
Error
(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg));
317
Output.
Error
(false, ex.Message);
323
Output.
Error
(false, ex.Message);
379
Output.
Error
(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName));
426
Output.
Error
(false, ex.Message);
434
Output.
Error
(false, ex.InnerException.Message);
574
Output.
Error
(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));
Internal\ConsoleLogger.cs (8)
492
Output.
Error
(AppendPrefix, e.Message);
831
Output.
Error
(false, CommandLineResources.TestRunCanceled);
837
Output.
Error
(false, CommandLineResources.TestRunAborted);
841
Output.
Error
(false, CommandLineResources.TestRunAbortedWithError, e.Error);
850
Output.
Error
(false, CommandLineResources.TestRunCanceled);
856
Output.
Error
(false, CommandLineResources.TestRunAborted);
860
Output.
Error
(false, CommandLineResources.TestRunAbortedWithError, e.Error);
865
Output.
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)
171
Output.
Error
(true, CommandLineResources.NoArgumentsProvided);
271
Output.
Error
(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.NoArgumentProcessorFound, arg));
317
Output.
Error
(false, ex.Message);
323
Output.
Error
(false, ex.Message);
379
Output.
Error
(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.DuplicateArgumentError, processor.Metadata.Value.CommandName));
426
Output.
Error
(false, ex.Message);
434
Output.
Error
(false, ex.InnerException.Message);
574
Output.
Error
(false, string.Format(CultureInfo.CurrentCulture, CommandLineResources.OpenResponseFileError, fileName));
src\vstest\src\vstest.console\Internal\ConsoleLogger.cs (8)
492
Output.
Error
(AppendPrefix, e.Message);
831
Output.
Error
(false, CommandLineResources.TestRunCanceled);
837
Output.
Error
(false, CommandLineResources.TestRunAborted);
841
Output.
Error
(false, CommandLineResources.TestRunAbortedWithError, e.Error);
850
Output.
Error
(false, CommandLineResources.TestRunCanceled);
856
Output.
Error
(false, CommandLineResources.TestRunAborted);
860
Output.
Error
(false, CommandLineResources.TestRunAbortedWithError, e.Error);
865
Output.
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));