From 469402e8eebb18db4e8c5bd6c4173ad29ca57110 Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Mon, 27 Nov 2023 15:28:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SCP/Global.asax.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCP/Global.asax.cs b/SCP/Global.asax.cs index 8445953..009e01c 100644 --- a/SCP/Global.asax.cs +++ b/SCP/Global.asax.cs @@ -73,7 +73,7 @@ namespace SCP { String errorCode = Guid.NewGuid().ToString(); - String errorMsg = objExp.InnerException == null ? objExp.GetBaseException().Message : objExp.InnerException.Message; + String errorMsg = objExp.InnerException == null ? objExp.GetBaseException().Message : objExp.InnerException.Message+ objExp.InnerException.StackTrace; HttpContext.Current.Server.ClearError();