AspNet5.Controllers.TestExceptionController.GetWithOrderedFiltered C# (CSharp) Method

GetWithOrderedFiltered() private method

private GetWithOrderedFiltered ( ) : IEnumerable
return IEnumerable
        public IEnumerable<string> GetWithOrderedFiltered()
        {
            _logger.LogInformation("Executing Http Get before exception");
            throw new Exception("Yes a great exception");
        }