Fix Build Error
This commit is contained in:
parent
4c566dbca1
commit
1a1bb1d625
1 changed files with 9 additions and 8 deletions
|
@ -171,13 +171,14 @@ namespace WebsitePanel.EnterpriseServer
|
||||||
schedule.Run();
|
schedule.Run();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
catch (Exception Ex)
|
catch (Exception Ex)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
TaskManager.WriteError(string.Format("RunSchedule Error : {0}", Ex.Message));
|
TaskManager.WriteError(string.Format("RunSchedule Error : {0}", Ex.Message));
|
||||||
}
|
}
|
||||||
catch(Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue