4 references to UnexpectedErrorOccurred
aspire (4)
Commands\BaseCommand.cs (1)
83
interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));
Commands\ExecCommand.cs (1)
295
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));
Commands\PublishCommandBase.cs (1)
219
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));
Commands\RunCommand.cs (1)
321
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message.EscapeMarkup()));