找回密码时,有异常显示,页面内容如下:
要求“发件人”字段,但未找到。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.Exception: 要求“发件人”字段,但未找到。
源错误:
行 168: catch(Exception ex)
行 169: {
行 170: throw new Exception(ex.Message);
行 171: }
行 172: }
源文件: C:\Inetpub\wwwroot\eshop\BLL\User.cs 行: 170
堆栈跟踪:
[Exception: 要求“发件人”字段,但未找到。
]
eshop.BLL.User.GetBackPassword(String userName, String question, String answer, String email) in C:\Inetpub\wwwroot\eshop\BLL\User.cs:170
eshop.GetBackPassword.Submit_Click(Object sender, EventArgs e) in C:\Inetpub\wwwroot\eshop\GetBackPassword.aspx.cs:63
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33
System.Web.UI.Page.ProcessRequestMain() +1277
版本信息: Microsoft .NET Framework 版本:1.1.4322.573; ASP.NET 版本:1.1.4322.573