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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T03:11:19+00:00 2026-05-18T03:11:19+00:00

If a function has 2 arguments and both produce exceptions, what order would you

  • 0

If a function has 2 arguments and both produce exceptions, what order would you have them raised in and where would you define it?

This came up when I was writing a test for a function that would take a directory on disk and compress it into a file. For instance:

void Compress(string dirPath, string filePath);

I haven’t written the function yet and I’m putting my tests in place.

The thing is, if the directory path doesn’t exist I’d have an exception for a missing directory thrown and if the file had write permissions in the way I’d have an exception thrown to show that. However, what if both paths would cause exceptions? Would I throw the first, the second, another third one, or is it an unknown state? We’d also considered having a single exception to say “Something broke”, but the message would be different in each case so doesn’t really help.

I’ve thought of a few ways around it such as always throwing based upon left to right processing of the arguments, or stating “If dirPath is invalid then X is thrown else if filePath is invalid then Y is thrown” and placing that with the interface definition so that whoever implements it should (hopefully) follow this specification.

Just wondering what approach people would take to this problem.

For reference, this is in C# but I don’t think this is a language specific problem.

  • 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-18T03:11:20+00:00Added an answer on May 18, 2026 at 3:11 am

    I would leave it unspecified. Documentation could say:

    Possible exceptions include: X if dirPath is invalid; Y if filePath is invalid.

    If there’s a unit test where both are invalid, it could pass as long as either of the two exceptions is thrown.

    Because really, anything that actually depends on which exception happens when there are multiple exception-worthy problems is not a good idea.

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

Sidebar

Related Questions

ExtJS has Ext.each() function, but is there a map() also hidden somewhere? I have
Jquery has a great language construct that looks like this: $(document).ready(function() { $(a).click(function() {
Given that a function a_method has been defined like def a_method(arg1, arg2): pass Starting
I'm using a COM object that has a function called GetImage. http://www.pdf-tools.com/asp/products.asp?name=P2IA When I
PHP has a great function called htmlspecialcharacters() where you pass it a string and
PHP has a very nice function, isset($variableName). It checks if $variableName is already defined
Joomla has a built-in function on its login screen I've forgotten my user name,
PHP has a var_dump() function which outputs the internal contents of an object, showing
I know that python has a len() function that is used to determine the
I know VS2008 has the remove and sort function for cleaning up using directives,

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.