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

Datastructure to represent REST exceptions More...

Inheritance diagram for Pavalisoft.ExceptionHandling.RaisedException:

Public Member Functions

 RaisedException ()
 Creates and instance of RaisedException More...
 
 RaisedException (string message)
 Creates and instance of RaisedException with message . More...
 
 RaisedException (string message, Exception innerException)
 Creates an instance of RaisedException with message and innerException More...
 

Protected Member Functions

 RaisedException (SerializationInfo info, StreamingContext context)
 Creates an instance of RaisedException with info and context More...
 

Detailed Description

Datastructure to represent REST exceptions

Constructor & Destructor Documentation

◆ RaisedException() [1/4]

Pavalisoft.ExceptionHandling.RaisedException.RaisedException ( )

Creates and instance of RaisedException

◆ RaisedException() [2/4]

Pavalisoft.ExceptionHandling.RaisedException.RaisedException ( string  message)

Creates and instance of RaisedException with message .

Parameters
messageFault exception Message

◆ RaisedException() [3/4]

Pavalisoft.ExceptionHandling.RaisedException.RaisedException ( string  message,
Exception  innerException 
)

Creates an instance of RaisedException with message and innerException

Parameters
messageFault exception message
innerExceptionException to be wrapped in RaisedException

◆ RaisedException() [4/4]

Pavalisoft.ExceptionHandling.RaisedException.RaisedException ( SerializationInfo  info,
StreamingContext  context 
)
protected

Creates an instance of RaisedException with info and context

Parameters
infoThe SerializationInfo used while creating RaisedException
contextThe StreamingContext used while creating RaisedException

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