大家帮我看看这个是什么道理!

 

private void Page_Load(object sender, System.EventArgs e)
  {
     try
   {
    Response.Redirect("WebForm3.aspx");
   }
   catch(System.Exception ee)
   {
    Response.Redirect("WebForm2.aspx");
      }
     }

WebForm3没有错误,为什么还跳到catch

相关文章:

  • 2021-07-23
  • 2021-12-02
  • 2021-06-22
  • 2021-10-17
  • 2021-07-18
  • 2021-12-15
  • 2021-05-19
猜你喜欢
  • 2022-12-23
  • 2021-07-21
  • 2022-01-05
  • 2022-12-23
  • 2021-09-07
相关资源
相似解决方案