1 implementation of SupportedExceptionTypes
Microsoft.Extensions.Diagnostics.ExceptionSummarization (1)
HttpExceptionSummaryProvider.cs (1)
72public IEnumerable<Type> SupportedExceptionTypes { get; } = new[]
2 references to SupportedExceptionTypes
Microsoft.Extensions.Diagnostics.ExceptionSummarization (2)
ExceptionSummarizer.cs (1)
22foreach (var exceptionType in exceptionSummaryProvider.SupportedExceptionTypes)
IExceptionSummaryProvider.cs (1)
27/// described by <see cref="SupportedExceptionTypes"/>.