1 write to HostingStartupExceptions
Microsoft.AspNetCore.Hosting (1)
GenericHost\GenericWebHostBuilder.cs (1)
69options.HostingStartupExceptions = _hostingStartupErrors;
2 references to HostingStartupExceptions
Microsoft.AspNetCore.Hosting (2)
GenericHost\GenericWebHostService.cs (2)
180if (Options.HostingStartupExceptions != null) 182foreach (var exception in Options.HostingStartupExceptions.InnerExceptions)