We have overrided the method in our class inherited from Umbraco.Web.UmbracoApplication. Just for your information we are ASP.NET MVC in our umbraco project.
The main motive of this method is to handle all the errors getting generated from Umbraco. However in one of our partial views "Division By zero error is coming" and our code is breaking in that action only and call is not throwing to "OnApplicationError" method as written above.
I am still waiting for some help on this. Please help me.
Exception Handling not working correctly
Hi All,
We have overrided the method in our class inherited from Umbraco.Web.UmbracoApplication. Just for your information we are ASP.NET MVC in our umbraco project.
protected override void OnApplicationError(object sender, EventArgs e)
{
}
The main motive of this method is to handle all the errors getting generated from Umbraco. However in one of our partial views "Division By zero error is coming" and our code is breaking in that action only and call is not throwing to "OnApplicationError" method as written above.
I am still waiting for some help on this. Please help me.
is working on a reply...