Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 503 Bytes

retryIfIncorrectStatusOrException.md

File metadata and controls

11 lines (7 loc) · 503 Bytes

Polly Retries Part 4

Combining Result and Exception Based Retries

You can combine handling of exceptions and results.

The policy retries the request up to three times if the result is not a Status.Success or if an exception occurred.