RetryPolicy retryIfException = Policy.Handle<Exception>().Retry(3); retryIfException.Execute(someBusinessLogic.DoSomethingThatMightThrowException);