From 7626d1754067ffab85f33ae679f4d1cc81940810 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 18 Jun 2024 13:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E9=82=AE=E4=BB=B6=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Helper/SendEmailHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Helper/SendEmailHelper.cs b/IRaCIS.Core.Application/Helper/SendEmailHelper.cs index d15a5d857..5120c9c83 100644 --- a/IRaCIS.Core.Application/Helper/SendEmailHelper.cs +++ b/IRaCIS.Core.Application/Helper/SendEmailHelper.cs @@ -44,7 +44,7 @@ public static class SendEmailHelper { //---邮件发送失败,您进行的操作未能成功,请检查邮箱或联系维护人员 - throw new Exception(StaticData.International("SendEmail_SendFail")); + throw new Exception(StaticData.International("SendEmail_SendFail"),new Exception(ex.Message)); }