ExceptionPredicate sealed delegate ExceptionPredicate : MulticastDelegate Documentation Code using System; namespace Polly { internal delegate bool ExceptionPredicate (Exception ex); }