igor-tkachev / bltoolkit

Business Logic Toolkit for .NET
MIT License
297 stars 112 forks source link

Add ability to retry operation on exception. #330

Closed BryanEllis closed 9 years ago

BryanEllis commented 10 years ago

While deadlocks should be corrected in the database, there are times when proactive handling of the exception is needed. These minor changes provide an event whose handler can decide whether to retry the operation or not.