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)

属性值

适用于