Policy
Transient exception handling policies that can
be applied to delegates
Specifies the type of exception that this policy can handle.
public static PolicyBuilder Handle<TException>(Func<TException, bool> exceptionPredicate) where TException : Exception
Specifies the type of exception that this policy can handle with addition filters on this exception type.
Executes the specified action within the policy.
Executes the specified action within the policy and returns the result.