19 references to AggregateException
IIS.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\AspNetCorePortTests.cs (1)
180throw new AggregateException($"Unable to find unused random port after {retries} retries.", exceptions);
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\AspNetCorePortTests.cs (1)
180throw new AggregateException($"Unable to find unused random port after {retries} retries.", exceptions);
Microsoft.AspNetCore.Components (2)
RenderTree\Renderer.cs (2)
1014HandleException(new AggregateException("Exceptions were encountered while disposing components.", exceptions)); 1263HandleException(new AggregateException("Exceptions were encountered while disposing components.", exceptions));
Microsoft.AspNetCore.Components.Server (4)
Circuits\CircuitHost.cs (4)
262throw new AggregateException("Encountered exceptions while executing circuit handlers.", exceptions); 292throw new AggregateException("Encountered exceptions while executing circuit handlers.", exceptions); 322throw new AggregateException("Encountered exceptions while executing circuit handlers.", exceptions); 350throw new AggregateException("Encountered exceptions while executing circuit handlers.", exceptions);
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnection.cs (1)
436throw new AggregateException("Unable to connect to the server with any of the available transports.", transportExceptions);
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\MefLanguageServices.cs (1)
75throw new AggregateException(CompilerExtensionsResources.Instantiated_parts_threw_exceptions_from_IDisposable_Dispose, exceptions);
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Workspace\Mef\MefWorkspaceServices.cs (1)
98throw new AggregateException(CompilerExtensionsResources.Instantiated_parts_threw_exceptions_from_IDisposable_Dispose, exceptions);
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
MEF\UseExportProviderAttribute.cs (1)
169throw new AggregateException("Tests threw unexpected exceptions", exceptions);
Microsoft.Extensions.Hosting (2)
Internal\Host.cs (2)
163var ex = new AggregateException("One or more hosted services failed to start.", exceptions); 297var ex = new AggregateException("One or more hosted services failed to stop.", exceptions);
Microsoft.Extensions.Logging (1)
Logger.cs (1)
157throw new AggregateException(
Microsoft.Extensions.Telemetry (1)
Logging\ExtendedLogger.cs (1)
142LoggingEventSource.Instance.LoggingException(new AggregateException("An error occurred while logging.", exceptions));
Microsoft.Extensions.Telemetry.Tests (1)
Logging\ExtendedLoggerTests.cs (1)
480throw new AggregateException("EM4", exceptions);
System.Diagnostics.Process (1)
System\Diagnostics\Process.NonUap.cs (1)
31throw new AggregateException(SR.KillEntireProcessTree_TerminationIncomplete, result);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (1)
74this(SR.AggregateException_ctor_DefaultMessage, innerExceptions ?? throw new ArgumentNullException(nameof(innerExceptions)))