CacheManager icon indicating copy to clipboard operation
CacheManager copied to clipboard

BaseCacheManager 'rethrows' exceptions losing stack trace

Open ndrwrbgs opened this issue 4 years ago • 1 comments

There are ways to 'rethrow' the exception directly rather than throw ex again (which will overwrite the StackTrace and says that the exception came from BaseCacheManager rather than the underlying cache handle.

ndrwrbgs avatar Feb 27 '20 21:02 ndrwrbgs

[I plan to submit a PR for this]

ndrwrbgs avatar Feb 27 '20 21:02 ndrwrbgs