“/”应用程序中的服务器错误。

值不能为 null。
参数名: input

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.ArgumentNullException: 值不能为 null。
参数名: input

源错误:


行 21:         {
行 22:             n = NewsBll.GetOneCompany(id);
行 23:             n.Short_Content = Function.ConvertText(n.Content);  
行 24:         }
行 25:     }

源文件: d:\webroot\www.iresearch.cn\data.iresearch.cn\company.aspx.cs    行: 23

堆栈跟踪:


[ArgumentNullException: 值不能为 null。
参数名: input]
   System.Text.RegularExpressions.Regex.Matches(String input) +8498288
   Utility.Function.ConvertText(String sourceHTML) in d:\代码版本\20150910\iresearch.cn\www.iresearch.cn\project\Utility\Tools\Function.cs:318
   company.Page_Load(Object sender, EventArgs e) in d:\webroot\www.iresearch.cn\data.iresearch.cn\company.aspx.cs:23
   System.Web.UI.Control.OnLoad(EventArgs e) +103
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3811


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.2106.0