c#中出现输入字符串格式不正确

用户代码未处理 System.FormatException
HResult=-2146233033
Message=输入字符串的格式不正确。
Source=mscorlib
StackTrace:
在 System.Text.StringBuilder.AppendFormatHelper(IFormatProvider provider, String format, ParamsArray args)
在 System.String.FormatHelper(IFormatProvider provider, String format, ParamsArray args)
在 System.String.Format(String format, Object[] args)
在 clawlersite.Handler1.RegisterAjax() 位置 D:\visual studio 2015\Demo\clawlersite\clawlersite\Handler1.ashx.cs:行号 44
在 clawlersite.Handler1.ProcessRequest(HttpContext context) 位置 D:\visual studio 2015\Demo\clawlersite\clawlersite\Handler1.ashx.cs:行号 23
在 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
在 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
InnerException:

求解

你这是错误信息。。。 让我看看源代码