Edit

Share via


ExceptionSerializationOptions.SupportedExceptionTypeFilter Property

Definition

Gets or sets the predicate used to enable serialization for an exception type.

public Func<Type,bool> SupportedExceptionTypeFilter { get; set; }
member this.SupportedExceptionTypeFilter : Func<Type, bool> with get, set
Public Property SupportedExceptionTypeFilter As Func(Of Type, Boolean)

Property Value

Applies to