Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 655603
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T22:37:20+00:00 2026-05-13T22:37:20+00:00

In my unhandled exception logging I see this error sporadically through the day on

  • 0

In my unhandled exception logging I see this error sporadically through the day on a given page. I don’t have any controls that I create programmatically on the page or databind any buttons onto the page.

In my logging I grab the current handler which is where I know the page from and the stacktrace however the stacktrace doesn’t give anything meaningful since it just says it boils down to Page.ProcessPostData.

Is there a way that I can log more meaningful data? Like perhaps what it got posted and what it expected to be posted?

I can never reproduce this anywhere.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T22:37:21+00:00Added an answer on May 13, 2026 at 10:37 pm

    you can see all of the request’s form parameters like this:

    if (System.Web.HttpContext.Current != null && System.Web.HttpContext.Current.Request != null) {
        foreach (string key in System.Web.HttpContext.Current.Request.Form.Keys) {
            if (key.IndexOf("__VIEWSTATE") == -1) {
                //key:   key
                //value: System.Web.HttpContext.Current.Request.Form[key]
            }
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have some error reporting code that, when an unhandled exception occurs, we send
Is there any easy way to auto write all the unhandled exception in my
I have an unhandled exception handler. It shows a nice GUI and allows users
I got this exception in my program: Unhandled exception at 0x0051cce0 in JSONDataParsing.exe: 0xC0000005:
i've faced an unhandled exception of General Protection Exception. while the program runs but
I am getting An unhandled exception of type 'System.StackOverflowException' occurred in System.Data.dll in my
i've faced an unhandled exception of General Protection Exception. while the program runs but
Is there a way to recover from an unhandled exception that doesn't involve cancelling,
Does C++ offer a way to 'show' something visual if an unhandled exception occurs?
I am trying in design a watertight exception handling strategy for an MVC application

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.