wanshenmean
2 天以前 142771b3ac36645a4b6ef62006e257f6c8324a1c
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>