5 references to UnexpectedErrorOccurred
aspire (5)
Commands\BaseCommand.cs (1)
77
_ => string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message)
Commands\ExecCommand.cs (1)
306
var errorMessage = string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message);
Commands\PipelineCommandBase.cs (1)
300
var errorMessage = string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message);
Commands\RunCommand.cs (1)
394
var errorMessage = string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message);
Program.cs (1)
644
interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));