Example and helper class to detect ongoing .NET exceptions.
This repository is related to my article on my blog:
And also some of my answers on stackoverflow:
This class contains the IsExceptionOnGoing()
method and allows for determining if an exception is ongoing.
The source code of this helper class works in .NET Standard, .NET Framework or .NET Core framework targets.