Fix Build Error

This commit is contained in:
Virtuworks 2013-03-04 22:59:25 -05:00
parent 4c566dbca1
commit 1a1bb1d625

View file

@ -171,13 +171,14 @@ namespace WebsitePanel.EnterpriseServer
schedule.Run();
}
}
}
catch (Exception Ex)
{
try
{
TaskManager.WriteError(string.Format("RunSchedule Error : {0}", Ex.Message));
}
catch(Exception)
catch (Exception)
{
}
}