From 3322022068ab818912d6f5d9e5eb31f51cc639c2 Mon Sep 17 00:00:00 2001 From: patrick.xu <patrick.xu@broconcentric.com> Date: 星期四, 24 二月 2022 09:12:30 +0800 Subject: [PATCH] 添加配置文件的DataShift2 --- src/Bro.Common.Device/Helper/AspectHelper.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Bro.Common.Device/Helper/AspectHelper.cs b/src/Bro.Common.Device/Helper/AspectHelper.cs index b864177..6d9cf36 100644 --- a/src/Bro.Common.Device/Helper/AspectHelper.cs +++ b/src/Bro.Common.Device/Helper/AspectHelper.cs @@ -88,7 +88,7 @@ // new ProcessException(ex); //} - args.FlowBehavior = FlowBehavior.Return; + args.FlowBehavior = FlowBehavior.ThrowException; } } #endregion -- Gitblit v1.8.0