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