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

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

Inheritance diagram for Pavalisoft.ExceptionHandling.Handlers.WrapExceptionHandler:
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 wrap the Exception after handling.


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