5 references to UnexpectedErrorOccurred
aspire (5)
Commands\BaseCommand.cs (1)
107
_ => string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message)
Commands\ExecCommand.cs (1)
295
var errorMessage = string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message);
Commands\PipelineCommandBase.cs (1)
297
var errorMessage = string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message);
Commands\RunCommand.cs (1)
398
var errorMessage = string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message);
Program.cs (1)
659
interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));