wanshenmean
2 天以前 556ce5b91a9544c7cea40d01f555ebe07c14377d
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Core/Http/HTTP/HttpResponseResult.cs
@@ -3,6 +3,7 @@
using System.Linq;
using System.Net;
using System.Text;
using System.Text.Json.Serialization;
using System.Threading.Tasks;
namespace WIDESEA_Core
@@ -43,8 +44,9 @@
        public string ErrorMessage { get; set; }
        /// <summary>
        /// 异常信息
        /// 异常信息(不参与JSON序列化,因Exception.TargetSite类型无法被System.Text.Json序列化)
        /// </summary>
        [JsonIgnore]
        public Exception Exception { get; set; }
        /// <summary>