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