public IlFactory CreatelFactory() { IlFactory factory = null; try { factory = new lFactory(); } catch (Exception exception) { this.Log.Error("Exception message: " + exception.Message + " and stacktrace " + exception.StackTrace); } return(factory); }
public IlFactory CreatelFactory() { IlFactory factory = null; try { factory = new lFactory(); } catch (Exception exception) { this.Log.Error( exception.Message, exception); } return(factory); }