IExceptionSummaryProvider Interface
Definition
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.
The interface implemented by components which know how to summarize exceptions.
public interface class IExceptionSummaryProvider
public interface IExceptionSummaryProvider
type IExceptionSummaryProvider = interface
Public Interface IExceptionSummaryProvider
Remarks
This is the interface implemented by summary providers which are consumed by the higher-level summarization components. To receive summary information, applications use IExceptionSummarizer instead.
Properties
Descriptions |
Gets the set of description strings exposed by this provider. |
SupportedExceptionTypes |
Gets the set of supported exception types that can be handled by this provider. |
Methods
Describe(Exception, String) |
Provides the index of the description for the exception along with optional additional data. |