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

引发类型为“System.OutOfMemoryException”的异常。

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

异常详细信息: System.OutOfMemoryException: 引发类型为“System.OutOfMemoryException”的异常。

源错误:


行 217:    {
行 218:        if (inputData != null)
行 219:            return Regex.IsMatch(inputData, StrRegex, RegexOptions.IgnoreCase);
行 220:        else
行 221:            return false;

源文件: d:\ISHWEBNEW\App_Code\Safe360.cs    行: 219

堆栈跟踪:


[OutOfMemoryException: 引发类型为“System.OutOfMemoryException”的异常。]
   System.String.ConcatArray(String[] values, Int32 totalLength) +18
   System.String.Concat(String[] values) +123
   System.Text.RegularExpressions.Regex..ctor(String pattern, RegexOptions options, TimeSpan matchTimeout, Boolean useCache) +265
   System.Text.RegularExpressions.Regex.IsMatch(String input, String pattern, RegexOptions options) +83
   Safe360.CheckData(String inputData) in d:\ISHWEBNEW\App_Code\Safe360.cs:219
   Safe360.GetData() in d:\ISHWEBNEW\App_Code\Safe360.cs:150
   Safe360.Procress() in d:\ISHWEBNEW\App_Code\Safe360.cs:51
   ASP.global_asax.Application_BeginRequest(Object sender, EventArgs e) in d:\ISHWEBNEW\Global.asax:121
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +144
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +50
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73


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