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 6809943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:08:46+00:00 2026-05-26T20:08:46+00:00

The following line of code throws NullReferenceException error When I check some checkboxes from

  • 0

The following line of code throws NullReferenceException error When I check some checkboxes from the interface, but when I check all the checkboxes the exception won’t occur. Each checkbox checked will cause an object to be created, and the objects are stored in an array of the same class.

someObjects.OrderByDescending(obj => obj.numericProperty);

The array – someObjects – contains some selected objects from some of the checked checkboxes which I want to sort. The array someObjects is also of the same type with the objects. Please how do I fix this? Thanks.

  • 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-26T20:08:46+00:00Added an answer on May 26, 2026 at 8:08 pm

    Your question is unclear, but it sounds like someObjects contains some null references.

    It’s probably best to just filter them out:

    var query = someObjects.Where(obj => obj != null)
                           .OrderByDescending(obj => obj.numericProperty);
    

    Or alternatively, just avoid putting them in the array to start with. It’s not really clear how the array’s being built, but is it useful to you to have null references in there?

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

Sidebar

Related Questions

The following code throws a system access violation exception ONLY when called from the
The following code throws the aforementioned error message at the line where an object
The following line of code throws an Exception: HttpResponse response = client.execute(request); // actual
The following line of code generates the compile time error (PE19) There is no
I thought the following line of code should work fine: $(.1).attr('href', '#Home'); Right? But
I am getting an IndexOutOfRange exception on the following line of code: var searchLastCriteria
The following code throws a NewtonSoft.JSON.JsonSerializationException {Unexpected token when deserializing object: StartObject. Line 1,
The following code throws a StaleStateException exception when the Order.OrderItems property (an IList) is
The following code throws an EZDecompressionError with message 'Invalid ZStream operation' whenever the line
I am having the following XAML code, which throws error following error pointing to

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.