ExceptionPredicate public sealed delegate ExceptionPredicate : MulticastDelegate A predicate that can be run against a passed Exceptionex. Documentation Code using System; namespace Polly { public delegate Exception ExceptionPredicate (Exception ex); }