3 references to UnexpectedErrorOccurred
aspire (3)
Commands\ExecCommand.cs (1)
301
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));
Commands\PublishCommandBase.cs (1)
238
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));
Commands\RunCommand.cs (1)
322
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message.EscapeMarkup()));