Top 20 NuGet exception Packages

Base exceptions.
LogSpot is a log management platform for .NET with easy management capabilities. Used with this provides you with a quick, simple and easy way to log messages with LogSpot. Also includes a simple way to changing path user can change Target file of logs from configuration, which is awesome when used ...
C# exception formatter beautify
Provides helper functions for exceptions to get all exceptions in the InnerException hierarchy and to build full messages out of it
Package Description
Continuous recording of in-process event sources. Useful for logging last events before an exception, e.g. unhandled top level exceptions.
Exception Handler Example
The package to Log any exceptions, Information or any messages on a log file. it creates a log file inside the Application path and keeps logging on file with the date and time, and user.
Provides an annotation that indicates a target type or member should be intercepted with retry-on-fault semantics.
Defines basic implementations of fault handling components.
Provides a retry predicate that enables retry for exceptions that are caused by Win32 errors.
Provides a retry predicate that enables retry for exceptions caused by SQL Server connectivity issues.
Implements fault handling patterns using Polly.
Provides abstractions for fault handling patterns.
Provides the ability to configure Autofac with behavior that will dynamically intercept concrete classes marked with `RetryOnFaultAttribute` such that failed operations will be retried with a configurable exponential back-off. This package is for Autofac version 5. For an identical API ...
Provides an implementation of an interceptor, which uses a retry policy coordinator to execute (and potentially retry) inbound invocations.
Common libraries to handle logging, exceptions and file manipulation
.Net Languages improvement proposals code. Contains: - I(Async)CodeScopeExtension interfaces, generalizes using operator. - I(Async)LifetimeExplicit, I(Async)LifetimeTerminable, I(Async)LifetimeObservable interfaces. - using operator polyfill extension methods: Using, UsingAs...