Info
Version: | 0.1.0 |
Author(s): | Jamie Dixon |
Last Update: | Thursday, September 27, 2012 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JamieDixon/ReTry |
NuGet Url: | https://www.nuget.org/packages/ReTry |
Install
Install-Package ReTry
dotnet add package ReTry
paket add ReTry
ReTry Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
This can be useful when making calls over the internet or to a database and you don't want a temporary interuption to raise an exception without first trying a couple of more times.
ReTry lets you decide how to handle specific exception types if the service fails so that you can perform different actions.