You catch an unhandled exception in a Page_Error handler. How can you access the last error?

 Posted by Virendradugar on 9/21/2009 | Category: ASP.NET Interview questions | Views: 14269
Select from following answers:
  1. Server.GetLastError()
  2. Server.ClearError()
  3. Request.GetLastError()
  4. Application.GetLastError()
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response