Http404Exception.cs ×
01using System.Web;
02// Error 404: The requested resource is missing.
03if (page.NotFound)
04{
05 throw new PageNotFoundException("URL path is broken.");
06}
Unhandled exception. System.Web.PageNotFoundException: HTTP 404 Not Found
at Patagames.Web.Router.FindRoute(HttpContext context) in Router.cs:line 404
at Patagames.Web.Core.Pipeline.Execute(HttpRequest req) in Pipeline.cs:line 128
F5: Go to Home