You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
Could just do rethrows with extra data being added at key points.
Final catch needs to then write that out.
We should be using concrete exception types for improved meaning.
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/9467599/catch-exception-add-data-and-rethrow-it
https://docs.microsoft.com/en-us/dotnet/api/system.exception.data?redirectedfrom=MSDN&view=netframework-4.8#System_Exception_Data
Could just do rethrows with extra data being added at key points.
Final catch needs to then write that out.
We should be using concrete exception types for improved meaning.
The text was updated successfully, but these errors were encountered: