using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using framework_business; using framework_library; using System.Reflection; public partial class Admin_Tasks : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { try { } catch (Exception ex) { exception.HandleException("Admin_Content:", MethodBase.GetCurrentMethod().Name, ex, Session["user"]); Response.Redirect("/error", false); } } }