CacheManager icon indicating copy to clipboard operation
CacheManager copied to clipboard

Add Rethrow() method and use in BaseCacheManager

Open ndrwrbgs opened this issue 4 years ago • 0 comments

Fixes #303

A little less "standard" than a wrapping exception, but satisfies the requirements without functional change beyond the stack trace. Does lose the stack trace of BaseCacheManager:L130, instead doing the Logger.LogError and then claiming to have broken control straight from wherever the exception was thrown to the outer exception handler.

Option 2 - alternative to #306

ndrwrbgs avatar Feb 28 '20 20:02 ndrwrbgs