public override bool Notify(Exception ex, string humaneMsg) { var exMsg = ExceptionMsg.Build(ex, humaneMsg); var rtnResult = ShowMessageBox(exMsg); LogToFile.WriteMsg(exMsg); return(rtnResult); }
public override bool Notify(Exception ex, string humaneMsg) { return(LogToFile.WriteMsg(ExceptionMsg.Build(ex, humaneMsg))); }