Not sure what exact exception we get here

This commit is contained in:
Sebastiaan Janssen
2016-12-30 11:27:41 +01:00
parent b0c15d2841
commit 57613b8a75
@@ -68,7 +68,7 @@
{
@Html.Partial("forum/question", topic)
}
catch (HttpUnhandledException ex)
catch (Exception ex)
{
LogHelper.Error<string>(string.Format("~/Views/MacroPartials/Forum/Thread.cshtml - error rendering topic with id {0}", topic.Id), ex);
}