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

Datastructure holding Exception details More...

Inheritance diagram for Pavalisoft.ExceptionHandling.ExceptionData:

Public Member Functions

void AddRange (IDictionary data)
 Adds additional application specific details to the Exception Details. More...
 

Properties

string ExceptionCode [get, set]
 Gets or Sets Exception Code More...
 
string Message [get, set]
 Gets or Sets Exception Message More...
 
int?? EventId [get, set]
 Gets or Sets Event Id More...
 
string EventName [get, set]
 Gets or Sets Exception Event Name More...
 

Detailed Description

Datastructure holding Exception details

Member Function Documentation

◆ AddRange()

void Pavalisoft.ExceptionHandling.ExceptionData.AddRange ( IDictionary  data)

Adds additional application specific details to the Exception Details.

Parameters
data

Property Documentation

◆ EventId

int?? Pavalisoft.ExceptionHandling.ExceptionData.EventId
getset

Gets or Sets Event Id

◆ EventName

string Pavalisoft.ExceptionHandling.ExceptionData.EventName
getset

Gets or Sets Exception Event Name

◆ ExceptionCode

string Pavalisoft.ExceptionHandling.ExceptionData.ExceptionCode
getset

Gets or Sets Exception Code

◆ Message

string Pavalisoft.ExceptionHandling.ExceptionData.Message
getset

Gets or Sets Exception Message


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