예제 #1
0
 protected override bool IsRecoverable(Exception ex)
 {
     return(_defaultRetryPolicy.RetryForException(null, ex));
 }