6 references to DistributedApplicationException
Aspire.Hosting (3)
Dcp\HostDashboardEndpointProvider.cs (1)
25throw new DistributedApplicationException("Error getting the resource service URL.", ex);
Exceptions.cs (1)
10public FailedToApplyEnvironmentException(string message, Exception inner) : base(message, inner) { }
LaunchProfileExtensions.cs (1)
92throw new DistributedApplicationException(message, ex);
Aspire.Hosting.Azure (2)
Exceptions.cs (2)
10public AzureCliNotOnPathException(string message, Exception inner) : base(message, inner) { } 17public FailedToApplyEnvironmentException(string message, Exception inner) : base(message, inner) { }
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
223throw new DistributedApplicationException(message, ex);