MichaCo / CacheManager

CacheManager is an open source caching abstraction layer for .NET written in C#. It supports various cache providers and implements many advanced features.
http://cachemanager.michaco.net
Apache License 2.0
2.35k stars 456 forks source link

Wrap the exception so that the StackTrace is kept #306

Closed ndrwrbgs closed 1 month ago

ndrwrbgs commented 4 years ago

Fixes #303

Breaking change in that the exception type thrown to the caller will not be the same. May not need a major version bump though since it's only a breaking change on an exception path.

Option 1. Option 2 will back-link to this review