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

  • SEARCH
  • Home
  • 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 8446621
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:58:46+00:00 2026-06-10T09:58:46+00:00

I have a problem with a uge solution at work that gets a lot

  • 0

I have a problem with a uge solution at work that gets a lot of “Object reference not set to an instance of an object” errors. What’s the best way to determine the null object(s) causing the exception?

I can try catch all those exceptions in one place, but can’t find a way to determine the member that is null so I can fix it properly.

try {
}
catch (Exception ex)
{
if (ex is ReferenceNullException)
ex.??
}
}

Since I can view the stacktrace it would be reasonable to think you could also get what caused the error.

  • 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-06-10T09:58:47+00:00Added an answer on June 10, 2026 at 9:58 am

    Think about it for a second. It’s a NullReferenceException. That means you’re trying to call a method or access a property on a NULL REFERENCE to an object. That means the object reference you’re trying to access is EMPTY, null. It does not exist.

    So what you’re trying to find actually does not exist.

    Normally to track down which object reference is null a debugger is used. Just set a breakpoint on the line causing the exception and inspect all variables to see which one is null.

    Debugger is your greatest tool.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have problem SIMILAR to preventing form data reposting, but not quite the same
I have problem when I try to set a background to .header - nothing
I have problem with reading buffer, when reading is not completed. If the received
Have problem while getting data from Memcached on .NET MVC solution. I have this
I have problem in Listview onListItemClick() method. I am not getting the position of
I have problem with sending a object from my webservice. I have created a
I have problem with Activities navigation, searching works good. Activities hierarchy looks like that:
I have problem with this method in NLog library: NLog.Targets.Wrappers.AsyncTargetWrapper.ProcessPendingEvents(object state) It consume too
I have problem in some JavaScript that I am writing where the Switch statement
I have problem to make work a resource file. This is my simple code

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.