If there is a problem updating the formats, the error will be recorded in the error log
This commit is contained in:
parent
63483ed15b
commit
93cab87a23
@ -249,7 +249,8 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
//frmMain.AddError(ex, "AddFormatToDB('{0}','{1}')", parent.Name, path);
|
OnFormatLoaded(null, new FormatEventArgs("Error Loading Format " + format));
|
||||||
|
_MyLog.ErrorFormat("AddFormatToDB('{0}','{1}')", parent.Name, path);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user