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