Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rethrow() method and use in BaseCacheManager #307

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

ndrwrbgs
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BaseCacheManager 'rethrows' exceptions losing stack trace
1 participant