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

Defines the Exception Handler Definition More...

Properties

string Name [get, set]
 Gets or Sets the Exception Handler Name More...
 
string Config [get, set]
 Gets or Sets the Exception Handler specific data to be used while creating Handler instance. More...
 
HandlingBehaviour Behaviour [get, set]
 Gets or Sets the Exception Handler behaviour by the exception handler. More...
 

Detailed Description

Defines the Exception Handler Definition

Property Documentation

◆ Behaviour

HandlingBehaviour Pavalisoft.ExceptionHandling.ExceptionHandlerDefinition.Behaviour
getset

Gets or Sets the Exception Handler behaviour by the exception handler.

◆ Config

string Pavalisoft.ExceptionHandling.ExceptionHandlerDefinition.Config
getset

Gets or Sets the Exception Handler specific data to be used while creating Handler instance.

◆ Name

string Pavalisoft.ExceptionHandling.ExceptionHandlerDefinition.Name
getset

Gets or Sets the Exception Handler Name


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