共用方式為


IExceptionSummaryProvider.SupportedExceptionTypes 屬性

定義

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

public:
 property System::Collections::Generic::IEnumerable<Type ^> ^ SupportedExceptionTypes { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Type> SupportedExceptionTypes { get; }
member this.SupportedExceptionTypes : seq<Type>
Public ReadOnly Property SupportedExceptionTypes As IEnumerable(Of Type)

屬性值

適用於