AspNet5.Controllers.TestExceptionController.GetWithOrderedFiltered C# (CSharp) Méthode

GetWithOrderedFiltered() private méthode

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