2 instantiations of DatabaseErrorPageModel
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (2)
DatabaseDeveloperPageExceptionFilter.cs (1)
81Model = new DatabaseErrorPageModel(dbException, contextDetails, _options, errorContext.HttpContext.Request.PathBase)
DatabaseErrorPageMiddleware.cs (1)
104Model = new DatabaseErrorPageModel(exception, new DatabaseContextDetails[] { details }, _options, httpContext.Request.PathBase)
1 reference to DatabaseErrorPageModel
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
Views\DatabaseErrorPage.Designer.cs (1)
589public DatabaseErrorPageModel Model { get; set; } = default!;