|
Pavalisoft.ExceptionHandling
1.0.0
An Unified API for ASP.NET Core Global Exception handling with ExceptionManager
|
Datastructure to represent REST exceptions More...
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... | |
Datastructure to represent REST exceptions
| Pavalisoft.ExceptionHandling.RaisedException.RaisedException | ( | ) |
Creates and instance of RaisedException
| Pavalisoft.ExceptionHandling.RaisedException.RaisedException | ( | string | message | ) |
Creates and instance of RaisedException with message .
| message | Fault exception Message |
| Pavalisoft.ExceptionHandling.RaisedException.RaisedException | ( | string | message, |
| Exception | innerException | ||
| ) |
Creates an instance of RaisedException with message and innerException
| message | Fault exception message |
| innerException | Exception to be wrapped in RaisedException |
|
protected |
Creates an instance of RaisedException with info and context
| info | The SerializationInfo used while creating RaisedException |
| context | The StreamingContext used while creating RaisedException |