Implemented interface member:
property
Exception
Aspire.Hosting.ApplicationModel.IExecutionConfigurationResult.Exception
1 write to Exception
Aspire.Hosting (1)
ApplicationModel\ExecutionConfigurationGathererContext.cs (1)
94Exception = exceptions.Count == 0 ? null : new AggregateException("One or more errors occurred while resolving resource configuration.", exceptions)