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

Datastructure to provide exception Code Details. More...

Public Member Functions

 ExceptionCodeDetails (string exceptionCode, object[] @params)
 Creates an instance of ExceptionCodeDetails with exceptionCode and params More...
 

Properties

string ExceptionCode [get]
 Gets Exception code More...
 
object [] Params [get]
 Gets Additional Data objects More...
 

Detailed Description

Datastructure to provide exception Code Details.

Constructor & Destructor Documentation

◆ ExceptionCodeDetails()

Pavalisoft.ExceptionHandling.ExceptionCodeDetails.ExceptionCodeDetails ( string  exceptionCode,
object @ []  params 
)

Creates an instance of ExceptionCodeDetails with exceptionCode and params

Parameters
exceptionCodeException code
paramsAdditional data objects

Property Documentation

◆ ExceptionCode

string Pavalisoft.ExceptionHandling.ExceptionCodeDetails.ExceptionCode
get

Gets Exception code

◆ Params

object [] Pavalisoft.ExceptionHandling.ExceptionCodeDetails.Params
get

Gets Additional Data objects


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