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

Provides Base IExceptionHandler implementation More...

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

Public Member Functions

virtual ExceptionData HandleException (IErrorDetail detail, Exception ex=null)
 Handles exception ex with error detail
 
virtual void SetHandlerConfig (string handlerConfig)
 Sets the additional IExceptionHandler settings from handlerConfig
 

Detailed Description

Provides Base IExceptionHandler implementation


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