Added logic to put an error message in the PROMS error log showing the format file name that it is having problems loading

This commit is contained in:
John Jenko 2014-10-29 17:54:04 +00:00
parent 290d2c8abf
commit e5ad3ed95c

View File

@ -276,6 +276,7 @@ namespace VEPROMS.CSLA.Library
catch (Exception ex)
{
//frmMain.AddError(ex, "AddFormatToDB('{0}','{1}')", parent.Name, path);
_MyLog.ErrorFormat("AddFormatToDB('{0}','{1}')", parent.Name, path);
return null;
}
}