Table of Contents

Class ErrorController

Namespace
JJMasterData.WebApi.Controllers
Assembly
JJMasterData.WebApi.dll
[ApiController]
[ApiExplorerSettings(IgnoreApi = true)]
public class ErrorController : ControllerBase
Inheritance
ErrorController
Inherited Members

Constructors

ErrorController(ILogger<ErrorController>)

public ErrorController(ILogger<ErrorController> logger)

Parameters

logger ILogger<ErrorController>

Methods

HandleError()

[Route("/Error")]
public IActionResult HandleError()

Returns

IActionResult