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