17 packages tagged with “catch”
Library providing short-hand and extensibility for trapping exceptions
If you like the .then() .tap() methods from your favorite javascript promise library, then is for you. Simply put, it adds Then() Tap() Catch() extensions to tasks.
Enterprise Tester API Client
BugSplat crash reporting for .NET Standard 2.0 platforms. For .NET Framework crash reporting see https://docs.bugsplat.com/introduction/getting-started/integrations/desktop/windows-dot-net-framework.
Contains the Result type; A type representing either a success value or failure value.
A simple, extensible approach to reduce try..catch boilerplate.
PoliNorError is a library that provides error handling capabilities through Retry and Fallback policies. The library has a specific focus on handling potential exceptions within the catch block and offers various configuration options.
The 'TryToExecute' represents an implementation of the try/catch/finally block. It can execute code without worrying about exceptions; it only specifies what to do in this case and delegate it.
A Try-paradigm implementation witch take advantage of delegates to custom its behaviour.
This is a small package that provides a simple way to catch exceptions in middleware and map them to the appropriate status code and DTO that will be sent to the client. It integrated with ASP.NET content negotiation, so you don't need to worry about serializing the DTO.
Improved readablitity for try catches and removed try context for better dev experiance.
Library providing short-hand and extensibility for trapping exceptions, and returning appropriate Mvc Actions
Dies eine Bibliothek, mit denen die Nutzer ganz einfach benutzen können, um die Tasten einer Tastatur zu Catchen und in einer Textdatei auszugeben und Anschließend per E-Mail(Wird im nächsten Update kommen. Bereits in Arbeit) an eine bestimmte Person zu senden. WICHTIG -> NUTZEN SIE DIES NICHT, UM ANDERE PERSONEN ZU ÜBERWACHEN ODER SONSTIGES DA DIES ILLEGAL IST. ICH ÜBERNEHME KEINE HAFTUNG SOLLTE ES ZU EINEM FALL KOMMEN, DASS JEMAND ÜBERWACHT WIRD. ICH HABE DIESE BIBLIOTHEK FÜR ANDERE ZWECKE ENTWICKELT. AUSSCHILIEßLICH ZUM DEVELOPMENT UND TESTEN(PRIVAT).
Tired of using try and catch? Use this library to use FuckAround and FindOut instead.
Use Catcher.Run(() => ...) for preventing a task to throw during a "one-fails-all" operation like Task.WhenAll or AwaitMultiple.
A comprehensive C# utility that provides quick and convenient way to execute your tasks in a Try/Catch manner with an oppurtunity to handle any exceptions and output results.