Info
Version: | 1.0.1 |
Author(s): | Sander Säde |
Last Update: | Monday, April 16, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SanderSade/Sander.MultiTry/ |
NuGet Url: | https://www.nuget.org/packages/Sander.MultiTry |
Install
Install-Package Sander.MultiTry
dotnet add package Sander.MultiTry
paket add Sander.MultiTry
Sander.MultiTry Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
In case of a transient exception, the operation usually needs to be retried.
MultiTry is created to reduce the amount of boilerplate code that needs to be written for such operations. The goal was to have an easy-to-use, but yet flexible and powerful re-try mechanism, which supports exception filtering, handling and re-throwing.