0
bbakermmc created
An exception of type 'Abp.UI.UserFriendlyException' occurred in Platform.Web.dll but was not handled in user code
Additional information: Ooppps! There is a problem!
Debug tries to open "UnitOfWorkInterceptor.cs"
Website then tells me I have a runtime error and to disable "Custom Errors" to see the message.
public ActionResult Index()
{
throw new UserFriendlyException("Ooppps! There is a problem!", "You are trying to see a product that is deleted...");
return View();
}