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

Creates ObjectResult using IErrorDetail More...

Inheritance diagram for Pavalisoft.ExceptionHandling.ActionResultCreators.ObjectResultCreator:
Pavalisoft.ExceptionHandling.Interfaces.IActionResultCreator

Public Member Functions

virtual IActionResult CreateActionResult (IErrorDetail details, IDictionary< string, object > data)
 Creates IActionResult using details and data
 

Detailed Description

Creates ObjectResult using IErrorDetail

ObjectResultCreator should be used in ASP.NET MVC REST Application


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