다음을 통해 공유


ExceptionSerializationOptions.SupportedExceptionTypeFilter 속성

정의

예외 형식에 대해 serialization을 사용하도록 설정하는 데 사용되는 조건자를 가져오거나 설정합니다.

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

속성 값

적용 대상