Pavalisoft.ExceptionHandling  1.0.0
An Unified API for ASP.NET Core Global Exception handling with ExceptionManager
Pavalisoft.ExceptionHandling.Interfaces.IExceptionCodesDecider Interface Reference

Provides extension to Decide error code for application Exception More...

Inheritance diagram for Pavalisoft.ExceptionHandling.Interfaces.IExceptionCodesDecider:
Pavalisoft.ExceptionHandling.ExceptionCodesDecider

Public Member Functions

ExceptionCodeDetails DecideExceptionCode (Exception ex)
 Gets ExceptionCodeDetails for the handled Exception ex . More...
 

Detailed Description

Provides extension to Decide error code for application Exception

Member Function Documentation

◆ DecideExceptionCode()

ExceptionCodeDetails Pavalisoft.ExceptionHandling.Interfaces.IExceptionCodesDecider.DecideExceptionCode ( Exception  ex)

Gets ExceptionCodeDetails for the handled Exception ex .

Parameters
exException object
Returns
ExceptionCodeDetails object from ex

Implemented in Pavalisoft.ExceptionHandling.ExceptionCodesDecider.


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