Info
Version: | 0.1.5 |
Author(s): | Denys Prodan |
Last Update: | Thursday, December 20, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/denis-prodan/clean-code-net |
NuGet Url: | https://www.nuget.org/packages/ExceptionsAnalyzer |
Install
Install-Package ExceptionsAnalyzer
dotnet add package ExceptionsAnalyzer
paket add ExceptionsAnalyzer
ExceptionsAnalyzer Download (Unzip the "nupkg" after downloading)
Dependencies
- CleanCode.NET.Common(>= 1.0.0)
Tags
throw ex - leads to lost stack trace
Not used exception object
Rethrow new exception without inner exception.