Microsoft.Extensions.Diagnostics.ExceptionSummarization Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains classes, structs, and interfaces for summarizing exceptions for use in telemetry, including mechanisms to register and implement exception summary providers.
Classes
ExceptionSummarizationBuilderExtensions |
Controls exception summarization. |
Structs
ExceptionSummary |
Holds a summary of an exception for use in telemetry. |
Interfaces
IExceptionSummarizationBuilder |
Abstraction to register new exception summary providers. |
IExceptionSummarizer |
Provides a mechanism to summarize exceptions for use in telemetry. |
IExceptionSummaryProvider |
The interface implemented by components which know how to summarize exceptions. |