C# Class AspNet5.Controllers.TestExceptionController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Show file Open project: damienbod/AspNet5Filters

Public Methods

Method Description
TestExceptionController ( ILoggerFactory loggerFactory ) : System

Private Methods

Method Description
Get ( ) : IEnumerable
GetNoException ( ) : IEnumerable
GetWithCustomException ( ) : IEnumerable
GetWithOrderedFiltered ( ) : IEnumerable

Method Details

TestExceptionController() public method

public TestExceptionController ( ILoggerFactory loggerFactory ) : System
loggerFactory ILoggerFactory
return System