共用方式為


IExceptionSummaryProvider 介面

定義

由元件實作的介面,這些元件知道如何摘要例外狀況。

public interface class IExceptionSummaryProvider
public interface IExceptionSummaryProvider
type IExceptionSummaryProvider = interface
Public Interface IExceptionSummaryProvider

備註

這是由較高層級摘要元件所取用的摘要提供者所實作的介面。 若要接收摘要資訊,應用程式會改用 IExceptionSummarizer

屬性

Descriptions

取得這個提供者所公開的描述字串集合。

SupportedExceptionTypes

取得這個提供者可處理的一組支援的例外狀況類型。

方法

Describe(Exception, String)

提供例外狀況描述的索引,以及選擇性的其他數據。

適用於