We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The "try{...}catch(Exception e){log(e);throw;}" waved into code cause wrong line number of exception stack trace.
Please refer the flowing URL for detailed reason. https://stackoverflow.com/questions/28481577/postsharps-onexceptionaspect-is-corrupting-the-stack-traces-line-numbers/28541633 https://support.postsharp.net/request/21942-exception-line-number-at-end-of
Can you add the ability to disable log exception when user prefer to disable it?
The text was updated successfully, but these errors were encountered:
Yes of course, I'll put it into the next iteration. Also I'll try to see if using the ExceptioDispatchInfo class can fix this problem.
Sorry, something went wrong.
Thanks!
No branches or pull requests
The "try{...}catch(Exception e){log(e);throw;}" waved into code cause wrong line number of exception stack trace.
Please refer the flowing URL for detailed reason.
https://stackoverflow.com/questions/28481577/postsharps-onexceptionaspect-is-corrupting-the-stack-traces-line-numbers/28541633
https://support.postsharp.net/request/21942-exception-line-number-at-end-of
Can you add the ability to disable log exception when user prefer to disable it?
The text was updated successfully, but these errors were encountered: