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

GetNoException() private method

private GetNoException ( ) : IEnumerable
return IEnumerable
        public IEnumerable<string> GetNoException()
        {
            _logger.LogInformation("Executing Http GetNoException");
            return new string[] { "test data one", "test data two" };
        }