Пример #1
0
        public override bool Notify(Exception ex, string humaneMsg)
        {
            var exMsg     = ExceptionMsg.Build(ex, humaneMsg);
            var rtnResult = ShowMessageBox(exMsg);

            LogToFile.WriteMsg(exMsg);
            return(rtnResult);
        }
Пример #2
0
 public override bool Notify(Exception ex, string humaneMsg)
 {
     return(LogToFile.WriteMsg(ExceptionMsg.Build(ex, humaneMsg)));
 }