예제 #1
0
        void Application_Error(object sender, EventArgs e)
        {
            Exception exc = Server.GetLastError();

            BizUtility.SendErrorLog(System.Web.HttpContext.Current.Request, exc);
        }