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