4 references to UnexpectedErrorOccurred
aspire (4)
Commands\BaseCommand.cs (1)
87
interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));
Commands\ExecCommand.cs (1)
299
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));
Commands\PublishCommandBase.cs (1)
243
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));
Commands\RunCommand.cs (1)
369
InteractionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message.EscapeMarkup()));