9 references to DistributedApplicationException
Aspire.Hosting (4)
Dcp\HostDashboardEndpointProvider.cs (1)
25
throw new
DistributedApplicationException
("Error getting the resource service URL.", ex);
DistributedApplicationRunner.cs (1)
77
throw new
DistributedApplicationException
($"Publishing failed exception message: {ex.Message}", ex);
Exceptions.cs (1)
10
public FailedToApplyEnvironmentException(string message, Exception inner) :
base
(message, inner) { }
src\Shared\LaunchProfiles\LaunchProfileExtensions.cs (1)
103
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)
103
throw new
DistributedApplicationException
(message, ex);
Aspire.Hosting.Testing (1)
DistributedApplicationFactory.cs (1)
367
throw new
DistributedApplicationException
(message, ex);
Aspire.Hosting.Yarp (1)
YarpServiceExtensions.cs (1)
59
throw new
DistributedApplicationException
($"Error when reading the YARP config file '{yarpBuilder.Resource.ConfigFilePath}'", ex);