11 references to AggregateException
InMemory.FunctionalTests (1)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (1)
150return new AggregateException("Exceptions occurred while accessing blocks", _blockAccessExceptions.ToArray());
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (1)
150return new AggregateException("Exceptions occurred while accessing blocks", _blockAccessExceptions.ToArray());
Microsoft.AspNetCore.Server.IIS (1)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (1)
150return new AggregateException("Exceptions occurred while accessing blocks", _blockAccessExceptions.ToArray());
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (1)
IISDeployer.cs (1)
505throw new AggregateException($"Operation did not succeed after {retryCount} retries, serverManagerConfig: {DumpServerManagerConfig()}", exceptions.ToArray());
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (1)
150return new AggregateException("Exceptions occurred while accessing blocks", _blockAccessExceptions.ToArray());
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (1)
150return new AggregateException("Exceptions occurred while accessing blocks", _blockAccessExceptions.ToArray());
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (1)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (1)
150return new AggregateException("Exceptions occurred while accessing blocks", _blockAccessExceptions.ToArray());
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (1)
150return new AggregateException("Exceptions occurred while accessing blocks", _blockAccessExceptions.ToArray());
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
src\Shared\Buffers.MemoryPool\DiagnosticMemoryPool.cs (1)
150return new AggregateException("Exceptions occurred while accessing blocks", _blockAccessExceptions.ToArray());
Microsoft.Extensions.DependencyInjection (1)
ServiceProvider.cs (1)
91throw new AggregateException("Some services are not able to be constructed", exceptions.ToArray());
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (1)
88this(SR.AggregateException_ctor_DefaultMessage, innerExceptions ?? throw new ArgumentNullException(nameof(innerExceptions)))