5 instantiations of AppHostExitedDuringStartupException
aspire (5)
Commands\RunCommand.cs (5)
780
throw new
AppHostExitedDuringStartupException
(CliExitCodes.FailedToDotnetRunAppHost, ex);
819
throw new
AppHostExitedDuringStartupException
(resolution.ExitCode, resolution.FaultException, failureMessage);
862
throw new
AppHostExitedDuringStartupException
(resolution.ExitCode, ex, failureMessage);
869
throw new
AppHostExitedDuringStartupException
(CliExitCodes.FailedToDotnetRunAppHost, ex, failureMessage);
922
throw new
AppHostExitedDuringStartupException
(exitCode);
2 references to AppHostExitedDuringStartupException
aspire (2)
Commands\RunCommand.cs (2)
651
catch (
AppHostExitedDuringStartupException
ex)
830
catch (
AppHostExitedDuringStartupException
)