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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T20:22:13+00:00 2026-05-16T20:22:13+00:00

When developing a class (in C# but I suppose this question is somewhat language

  • 0

When developing a class (in C# but I suppose this question is somewhat language independent) what is the correct way to deal with dependencies between properties?

For example where I want to create a property B whose value is derived in some way from the value of property A. Property B is undefined and should not be called if property A has not been set. Throwing an exception in B’s getter if A has not been set hardly seems like an elegant way of handling this. Simply returning some default value from property B is not something I want to do.

One way is to enforce initialization of A through the constructor, but let’s assume that a default constructor with no arguments is required so this is not an option.

  • 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-16T20:22:13+00:00Added an answer on May 16, 2026 at 8:22 pm

    Throwing an InvalidOperationException in this case seems entirely proper to me:

    InvalidOperationException is used in
    cases when the failure to invoke a
    method is caused by reasons other than
    invalid arguments

    Now granted it talks about a method rather than a property, but I think it’s still fine.

    If you want an example from the framework, IEnumerator.Current is specified to throw InvalidOperationException if it’s called before the first element or after the last one. (C#-generated iterators don’t do that in fact, but that’s a different matter 🙂

    It sounds like it’s a bug in the calling code to do this… they’re using the object improperly. The correct way to indicate a bug is to throw an exception.

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

Sidebar

Related Questions

I'm developing a football manager website, but I can't figure out how to use
What is the best practice for developing a shared class library in Visual Studio
I've been developing in C++ for some time when I was a student, but
I'm developing an android app, and have developed a game, but I now have
There is this famous quote that says Procedural code gets information then makes decisions.
While developing a new site I stop periodically and test all new functionality in
When developing I like to have strongly typed objects for certain values. An example
When i started developing web applications i stored the authentication details of the user
I've done a lot of Flash development and have been meaning to try out
I've got a hell of a lot of Log.i Log.d Log.e in my 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.