2 references to UnexpectedErrorOccurred
aspire (2)
Commands\PublishCommandBase.cs (1)
213
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));
Commands\RunCommand.cs (1)
335
_interactionService.DisplayError(string.Format(CultureInfo.CurrentCulture, InteractionServiceStrings.
UnexpectedErrorOccurred
, ex.Message));