Edit

Share via


IExceptionSummaryProvider.SupportedExceptionTypes Property

Definition

Gets the set of supported exception types that can be handled by this provider.

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)

Property Value

Applies to