Exemplo n.º 1
0
        protected void Application_Error()
        {
            Exception exception = Server.GetLastError();

            if (exception != null)
            {
                var adapter = Helpers.Helper.GetDataAccessAdapter();
                ErrorEntity.LogException(adapter, exception);
            }
        }