A quick little library for turning exception strings into exception objects you can inspect.
Find a file
2023-09-25 10:19:46 -05:00
.github/workflows Removed unnecessary authentication. 2023-08-03 15:37:22 -05:00
CommonLib.ExceptionParser Bumped to version v1.2.0. 2023-09-25 10:19:46 -05:00
CommonLib.ExceptionParser.Tests Created tests. 2023-09-25 10:15:20 -05:00
.gitignore Initial commit. 2023-08-03 14:21:11 -05:00
CommonLib.ExceptionParser.sln Created tests. 2023-09-25 10:15:20 -05:00
CommonLib.ExceptionParser.sln.DotSettings Excluded tests from coverage. 2023-09-25 10:18:55 -05:00
LICENSE.txt Initial commit. 2023-08-03 14:21:11 -05:00
README.md Initial commit. 2023-08-03 14:21:11 -05:00

CommonLib.ExceptionParser

A fast library for parsing C# exceptions with support for inner exceptions.