Commit 1c75c2c5 by liulongfei

异常处理

parent e32604c6
......@@ -68,6 +68,7 @@ namespace VIZ.Framework.Module
{
Debug.WriteLine(e.Exception.Message);
log.Error(e.Exception);
e.Handled = true;
}
/// <summary>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment