Pavalisoft.ExceptionHandling  1.0.0
An Unified API for ASP.NET Core Global Exception handling with ExceptionManager
Pavalisoft.ExceptionHandling.Handlers.SupressExceptionHandler Class Reference

Provides IExceptionHandler implementation to supress the Exception after handling. More...

Inheritance diagram for Pavalisoft.ExceptionHandling.Handlers.SupressExceptionHandler:
Pavalisoft.ExceptionHandling.Handlers.BaseExceptionHandler Pavalisoft.ExceptionHandling.Interfaces.IExceptionHandler

Public Member Functions

override ExceptionData HandleException (IErrorDetail detail, Exception ex=null)
 Handles exception ex with error detail
 
- Public Member Functions inherited from Pavalisoft.ExceptionHandling.Handlers.BaseExceptionHandler
virtual void SetHandlerConfig (string handlerConfig)
 Sets the additional IExceptionHandler settings from handlerConfig
 

Detailed Description

Provides IExceptionHandler implementation to supress the Exception after handling.


The documentation for this class was generated from the following file: